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)

2022-05-13T11:57:29.558Z||main|||||INFO|500||The following profiles are active: basic
2022-05-13T11:57:40.322Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-13T11:57:40.323Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-13T11:57:40.409Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-13T11:57:43.077Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-13T11:57:43.257Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-13T11:57:43.657Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-13T11:57:43.669Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-13T11:57:43.768Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-13T11:57:43.910Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-13T11:57:44.302Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-13T11:57:45.108Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-13T11:57:47.112Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-13T11:57:47.160Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-13T11:57:47.693Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-13T11:57:47.941Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-05-13T11:57:49.144Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-13T11:57:50.153Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-05-13T11:57:50.176Z||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$$b9f9eac1.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-05-13T11:57:50.177Z||main|||||WARN|500||The sdc end point is not alive
2022-05-13T11:57:53.359Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-05-13T11:57:56.259Z||main|||||WARN|500||---
2022-05-13T11:57:56.260Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-13T11:57:56.260Z||main|||||WARN|500||---
2022-05-13T11:57:56.761Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-13T11:58:01.683Z||main|||||INFO|500||Started Application in 36.7 seconds (JVM running for 38.007)
2022-05-13T11:58:01.702Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-13T11:58:01.703Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-13T11:58:01.743Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-13T11:58:01.778Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-13T11:58:01.850Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 25fcb5fe-100d-4c66-aae4-55b1b307e4b1 url= /sdc/v1/artifactTypes
2022-05-13T11:58:01.851Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-13T11:58:02.147Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-13T11:58:02.171Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-05-13T11:58:02.193Z||scheduling-1|||||DEBUG|500||create keys
2022-05-13T11:58:02.201Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-13T11:58:02.228Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T11:58:02.249Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 20e934f0-7192-4de4-a909-476caf22ce2a url= /sdc/v1/registerForDistribution
2022-05-13T11:58:02.411Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 20e934f0-7192-4de4-a909-476caf22ce2a url= /sdc/v1/registerForDistribution
2022-05-13T11:58:02.412Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-13T11:58:02.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T11:58:02.422Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T11:58:02.427Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-13T11:58:02.427Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T11:58:02.427Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T11:58:02.428Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T11:58:02.428Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T11:58:12.740Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T11:58:12.745Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T11:59:02.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T11:59:02.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T11:59:02.423Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T11:59:02.423Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T11:59:02.423Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T11:59:02.423Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T11:59:11.989Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T11:59:11.989Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:00:02.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:00:02.425Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:00:02.425Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:00:02.425Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:00:02.426Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:00:02.426Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T12:00:11.978Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:00:11.981Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:01:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:01:02.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:01:02.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:01:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:01:02.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:01:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:01:11.977Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:01:11.979Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:02:02.420Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:02:02.421Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:02:02.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:02:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:02:02.422Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:02:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:02:11.969Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:02:11.973Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:03:02.420Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:03:02.421Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:03:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:03:02.422Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:03:02.422Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:03:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:03:11.973Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:03:11.976Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:04:02.420Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:04:02.421Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:04:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:04:02.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:04:02.422Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:04:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:04:11.971Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:04:11.979Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:05:02.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:05:02.421Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:05:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:05:02.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:05:02.423Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:05:02.423Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:05:11.976Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:05:11.978Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:06:02.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:06:02.421Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:06:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:06:02.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:06:02.422Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:06:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:06:11.973Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:06:11.977Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:07:02.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:07:02.421Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:07:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:07:02.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:07:02.422Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:07:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:07:11.976Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:07:11.976Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:07:53.215Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-13T12:08:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:08:02.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:08:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:08:02.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:08:02.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:08:02.423Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:08:11.975Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:08:11.987Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:09:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:09:02.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:09:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:09:02.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:09:02.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:09:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:09:11.974Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:09:11.977Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:10:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:10:02.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:10:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:10:02.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:10:02.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:10:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:10:11.975Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:10:11.979Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:11:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:11:02.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:11:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:11:02.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:11:02.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:11:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:11:11.973Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:11:11.977Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:12:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:12:02.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:12:02.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:12:02.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:12:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:12:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:12:11.978Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:12:11.982Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:13:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:13:02.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:13:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:13:02.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:13:02.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:13:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:13:11.979Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:13:11.981Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:14:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:14:02.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:14:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:14:02.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:14:02.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:14:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:14:11.975Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:14:11.980Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:15:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:15:02.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:15:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:15:02.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:15:02.422Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:15:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:15:11.976Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:15:11.976Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:16:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:16:02.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:16:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:16:02.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:16:02.422Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:16:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:16:11.976Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:16:11.976Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:17:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:17:02.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:17:02.422Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:17:02.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:17:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:17:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:17:11.977Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:17:11.977Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:18:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:18:02.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:18:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:18:02.422Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:18:02.422Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:18:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:18:11.974Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:18:11.977Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:19:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:19:02.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:19:02.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:19:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:19:02.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:19:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:19:11.977Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:19:11.987Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:20:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:20:02.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:20:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:20:02.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:20:02.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:20:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:20:11.976Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:20:11.976Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:21:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:21:02.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:21:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:21:02.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:21:02.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:21:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:21:11.968Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:21:11.971Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:22:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:22:02.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:22:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:22:02.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:22:02.422Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:22:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:22:11.969Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:22:11.976Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:23:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:23:02.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:23:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:23:02.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:23:02.422Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:23:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:23:11.970Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:23:11.975Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:24:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:24:02.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:24:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:24:02.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:24:02.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:24:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:24:11.973Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:24:11.977Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:25:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:25:02.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:25:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:25:02.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:25:02.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:25:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:25:11.968Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:25:11.969Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:26:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:26:02.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:26:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:26:02.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:26:02.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:26:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:26:11.974Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:26:11.975Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:27:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:27:02.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:27:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:27:02.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:27:02.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:27:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:27:11.966Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:27:11.970Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:28:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:28:02.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:28:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:28:02.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:28:02.422Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:28:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:28:11.974Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:28:11.977Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:29:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:29:02.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:29:02.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:29:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:29:02.422Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:29:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:29:11.976Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:29:11.979Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:29:23.538Z||http-nio-8085-exec-3|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x030xd30x9eu0xdc0xdd0x0c0xcd0xf4t0x92/0xfc-0xbd]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-13T12:30:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:30:02.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:30:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:30:02.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:30:02.422Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:30:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:30:11.972Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:30:11.976Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:31:02.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:31:02.421Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:31:02.421Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T12:31:02.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:31:02.423Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:31:02.423Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:31:11.977Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:31:11.980Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:32:02.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:32:02.421Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:32:02.421Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T12:32:02.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:32:02.422Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:32:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:32:11.972Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:32:11.976Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:33:02.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:33:02.421Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:33:02.421Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T12:33:02.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:33:02.422Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:33:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:33:11.969Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:33:11.972Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:34:02.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:34:02.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:34:02.421Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T12:34:02.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:34:02.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:34:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:34:11.972Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:34:11.975Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:35:02.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:35:02.421Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:35:02.421Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T12:35:02.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:35:02.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:35:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:35:11.972Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:35:11.976Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:36:02.420Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:36:02.421Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:36:02.421Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T12:36:02.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:36:02.423Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:36:02.423Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:36:11.974Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:36:11.977Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:37:02.420Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:37:02.421Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:37:02.421Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T12:37:02.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:37:02.422Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:37:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:37:11.976Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:37:11.978Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:38:02.420Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:38:02.420Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:38:02.421Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T12:38:02.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:38:02.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:38:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:38:11.988Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:38:11.988Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:39:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:39:02.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:39:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:39:02.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:39:02.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:39:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:39:11.975Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:39:11.994Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:40:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:40:02.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:40:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:40:02.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:40:02.422Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:40:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:40:11.967Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:40:11.975Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:41:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:41:02.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:41:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:41:02.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:41:02.422Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:41:02.423Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:41:11.972Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:41:11.975Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:42:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:42:02.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:42:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:42:02.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:42:02.422Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:42:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:42:11.974Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:42:11.978Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:43:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:43:02.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:43:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:43:02.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:43:02.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:43:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:43:11.973Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:43:11.973Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:44:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:44:02.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:44:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:44:02.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:44:02.422Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:44:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:44:11.971Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:44:11.975Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:45:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:45:02.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:45:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:45:02.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:45:02.422Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:45:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:45:11.987Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:45:11.991Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:46:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:46:02.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:46:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:46:02.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:46:02.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:46:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:46:11.970Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:46:11.974Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:47:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:47:02.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:47:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:47:02.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:47:02.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:47:02.423Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:47:11.975Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:47:11.975Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:48:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:48:02.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:48:02.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:48:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:48:02.422Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:48:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:48:11.970Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:48:11.971Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:49:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:49:02.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:49:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:49:02.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:49:02.422Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:49:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:49:11.969Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:49:11.971Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:50:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:50:02.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:50:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:50:02.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:50:02.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:50:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:50:11.967Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:50:11.972Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:51:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:51:02.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:51:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:51:02.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:51:02.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:51:02.423Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:51:11.970Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:51:11.974Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:52:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:52:02.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:52:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:52:02.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:52:02.422Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:52:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:52:11.972Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:52:11.980Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:53:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:53:02.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:53:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:53:02.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:53:02.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:53:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:53:11.967Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:53:11.969Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:54:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:54:02.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:54:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:54:02.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:54:02.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:54:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:54:11.973Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:54:11.973Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:55:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:55:02.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:55:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:55:02.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:55:02.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:55:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:55:11.973Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:55:11.976Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:56:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:56:02.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:56:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:56:02.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:56:02.422Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:56:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:56:11.978Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:56:11.978Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:57:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:57:02.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:57:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:57:02.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:57:02.422Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:57:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:57:11.973Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:57:11.973Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:58:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:58:02.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:58:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:58:02.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:58:02.422Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:58:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:58:11.965Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:58:11.971Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:59:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:59:02.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:59:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:59:02.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T12:59:02.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T12:59:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T12:59:11.973Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T12:59:11.973Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:00:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:00:02.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:00:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:00:02.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:00:02.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:00:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:00:11.971Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:00:11.975Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:01:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:01:02.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:01:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:01:02.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:01:02.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:01:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:01:11.973Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:01:11.977Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:02:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:02:02.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:02:02.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:02:02.422Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:02:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:02:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:02:11.975Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:02:11.980Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:03:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:03:02.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:03:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:03:02.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:03:02.422Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:03:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:03:11.975Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:03:11.975Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:04:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:04:02.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:04:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:04:02.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:04:02.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:04:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:04:11.968Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:04:11.972Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:05:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:05:02.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:05:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:05:02.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:05:02.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:05:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:05:11.970Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:05:11.974Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:06:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:06:02.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:06:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:06:02.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:06:02.422Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:06:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:06:11.972Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:06:11.976Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:07:02.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:07:02.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:07:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:07:02.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:07:02.422Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:07:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:07:11.971Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:07:11.973Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:08:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:08:02.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:08:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:08:02.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:08:02.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:08:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:08:11.970Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:08:11.974Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:09:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:09:02.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:09:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:09:02.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:09:02.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:09:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:09:11.965Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:09:11.968Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:10:02.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:10:02.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:10:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:10:02.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:10:02.422Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:10:02.423Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:10:11.968Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:10:11.972Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:11:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:11:02.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:11:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:11:02.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:11:02.422Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:11:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:11:11.974Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:11:11.974Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:12:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:12:02.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:12:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:12:02.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:12:02.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:12:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:12:11.971Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:12:11.976Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:13:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:13:02.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:13:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:13:02.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:13:02.422Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:13:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:13:11.970Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:13:11.974Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:14:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:14:02.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:14:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:14:02.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:14:02.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:14:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:14:11.971Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:14:11.974Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:15:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:15:02.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:15:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:15:02.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:15:02.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:15:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:15:11.971Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:15:11.971Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:16:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:16:02.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:16:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:16:02.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:16:02.422Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:16:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:16:11.969Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:16:11.972Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:17:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:17:02.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:17:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:17:02.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:17:02.422Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:17:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:17:11.963Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:17:11.969Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:18:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:18:02.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:18:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:18:02.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:18:02.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:18:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:18:11.974Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:18:11.974Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:19:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:19:02.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:19:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:19:02.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:19:02.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:19:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:19:11.965Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:19:11.969Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:20:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:20:02.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:20:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:20:02.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:20:02.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:20:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:20:11.974Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:20:11.974Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:21:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:21:02.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:21:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:21:02.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:21:02.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:21:02.423Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:21:11.969Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:21:11.973Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:22:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:22:02.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:22:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:22:02.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:22:02.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:22:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:22:11.976Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:22:11.976Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:23:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:23:02.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:23:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:23:02.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:23:02.422Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:23:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:23:11.966Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:23:11.966Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:24:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:24:02.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:24:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:24:02.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:24:02.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:24:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:24:11.970Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:24:11.973Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:25:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:25:02.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:25:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:25:02.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:25:02.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:25:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:25:11.973Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:25:11.976Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:26:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:26:02.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:26:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:26:02.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:26:02.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:26:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:26:11.967Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:26:11.972Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:27:02.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:27:02.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:27:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:27:02.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:27:02.422Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:27:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:27:11.964Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:27:11.968Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:28:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:28:02.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:28:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:28:02.422Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:28:02.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:28:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:28:11.975Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:28:11.975Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:29:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:29:02.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:29:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:29:02.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:29:02.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:29:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:29:11.972Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:29:11.974Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:30:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:30:02.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:30:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:30:02.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:30:02.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:30:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:30:11.968Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:30:11.973Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:31:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:31:02.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:31:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:31:02.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:31:02.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:31:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:31:11.973Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:31:11.977Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:32:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:32:02.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:32:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:32:02.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:32:02.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:32:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:32:11.974Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:32:11.974Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:33:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:33:02.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:33:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:33:02.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:33:02.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:33:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:33:11.966Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:33:12.005Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:34:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:34:02.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:34:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:34:02.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:34:02.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:34:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:34:11.967Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:34:11.974Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:35:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:35:02.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:35:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:35:02.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:35:02.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:35:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:35:11.971Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:35:11.974Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:36:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:36:02.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:36:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:36:02.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:36:02.422Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:36:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:36:11.970Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:36:11.974Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:37:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:37:02.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:37:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:37:02.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:37:02.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:37:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:37:11.973Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:37:11.973Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:38:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:38:02.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:38:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:38:02.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:38:02.422Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:38:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:38:11.972Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:38:11.972Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:39:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:39:02.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:39:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:39:02.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:39:02.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:39:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:39:11.966Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:39:11.971Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:40:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:40:02.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:40:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:40:02.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:40:02.422Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:40:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:40:11.978Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:40:11.978Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:41:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:41:02.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:41:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:41:02.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:41:02.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:41:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:41:11.973Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:41:11.976Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:42:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:42:02.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:42:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:42:02.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:42:02.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:42:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:42:11.971Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:42:11.975Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:43:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:43:02.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:43:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:43:02.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:43:02.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:43:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:43:11.970Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:43:11.973Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:44:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:44:02.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:44:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:44:02.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:44:02.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:44:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:44:11.966Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:44:11.971Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:45:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:45:02.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:45:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:45:02.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:45:02.422Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:45:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:45:11.968Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:45:11.974Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:46:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:46:02.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:46:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:46:02.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:46:02.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:46:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:46:11.970Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:46:11.974Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:47:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:47:02.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:47:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:47:02.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:47:02.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:47:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:47:11.972Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:47:11.973Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:48:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:48:02.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:48:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:48:02.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:48:02.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:48:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:48:11.969Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:48:11.974Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:49:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:49:02.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:49:02.422Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:49:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:49:02.422Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:49:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:49:11.971Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:49:11.973Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:50:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:50:02.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:50:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:50:02.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:50:02.422Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:50:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:50:11.972Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:50:11.976Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:51:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:51:02.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:51:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:51:02.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:51:02.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:51:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:51:11.972Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:51:11.976Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:52:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:52:02.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:52:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:52:02.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:52:02.422Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:52:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:52:11.971Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:52:11.974Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:53:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:53:02.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:53:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:53:02.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:53:02.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:53:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:53:11.966Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:53:11.969Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:54:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:54:02.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:54:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:54:02.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:54:02.422Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:54:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:54:11.973Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:54:11.979Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:55:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:55:02.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:55:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:55:02.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:55:02.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:55:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:55:11.969Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:55:11.973Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:56:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:56:02.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:56:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:56:02.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:56:02.422Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:56:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:56:11.971Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:56:11.975Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:57:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:57:02.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:57:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:57:02.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:57:02.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:57:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:57:11.972Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:57:11.972Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:58:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:58:02.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:58:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:58:02.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:58:02.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:58:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:58:11.975Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:58:11.975Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:59:02.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:59:02.421Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:59:02.421Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T13:59:02.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T13:59:02.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T13:59:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T13:59:11.972Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T13:59:11.974Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:00:02.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:00:02.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:00:02.421Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:00:02.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:00:02.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:00:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:00:11.970Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:00:11.970Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:01:02.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:01:02.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:01:02.420Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:01:02.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:01:02.422Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:01:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:01:11.967Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:01:11.969Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:02:02.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:02:02.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:02:02.420Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:02:02.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:02:02.422Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:02:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:02:11.969Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:02:11.973Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:03:02.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:03:02.421Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:03:02.421Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:03:02.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:03:02.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:03:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:03:11.975Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:03:11.980Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:04:02.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:04:02.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:04:02.421Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:04:02.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:04:02.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:04:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:04:11.969Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:04:11.971Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:05:02.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:05:02.421Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:05:02.421Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:05:02.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:05:02.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:05:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:05:11.966Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:05:11.969Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:06:02.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:06:02.421Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:06:02.421Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:06:02.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:06:02.422Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:06:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:06:11.971Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:06:11.975Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:07:02.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:07:02.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:07:02.421Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:07:02.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:07:02.422Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:07:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:07:11.972Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:07:11.972Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:08:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:08:02.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:08:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:08:02.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:08:02.422Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:08:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:08:11.974Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:08:11.975Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:09:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:09:02.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:09:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:09:02.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:09:02.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:09:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:09:11.971Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:09:11.974Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:10:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:10:02.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:10:02.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:10:02.422Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:10:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:10:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:10:11.970Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:10:11.974Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:11:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:11:02.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:11:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:11:02.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:11:02.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:11:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:11:11.967Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:11:11.970Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:12:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:12:02.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:12:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:12:02.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:12:02.422Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:12:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:12:11.969Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:12:11.973Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:13:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:13:02.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:13:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:13:02.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:13:02.422Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:13:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:13:11.971Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:13:11.974Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:14:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:14:02.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:14:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:14:02.422Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:14:02.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:14:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:14:11.971Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:14:11.973Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:15:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:15:02.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:15:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:15:02.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:15:02.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:15:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:15:11.972Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:15:11.977Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:16:02.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:16:02.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:16:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:16:02.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:16:02.422Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:16:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:16:11.971Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:16:11.971Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:17:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:17:02.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:17:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:17:02.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:17:02.422Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:17:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:17:11.971Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:17:11.973Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:18:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:18:02.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:18:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:18:02.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:18:02.422Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:18:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:18:11.966Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:18:11.972Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:19:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:19:02.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:19:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:19:02.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:19:02.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:19:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:19:11.965Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:19:11.969Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:20:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:20:02.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:20:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:20:02.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:20:02.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:20:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:20:11.965Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:20:11.970Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:21:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:21:02.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:21:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:21:02.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:21:02.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:21:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:21:11.969Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:21:11.971Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:22:02.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:22:02.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:22:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:22:02.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:22:02.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:22:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:22:11.965Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:22:12.405Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:22:12.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:22:12.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"1fffe64f-4394-48b4-8377-e08a7480b919","serviceName":"vFW 2022-05-13 14-19-59","serviceVersion":"1.0","serviceUUID":"eabc5b34-4439-4320-a38d-1f8b0f3d2b32","serviceDescription":"catalog service description","serviceInvariantUUID":"565a5886-f38e-4da7-82e1-26011b4faad4","resources":[{"resourceInstanceName":"vFW 0aa2db2f-484a 0","resourceName":"vFW 0aa2db2f-484a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a8e5d1e1-e072-4068-a50c-1969335e2650","resourceInvariantUUID":"c472342b-c1fe-47e0-8dc3-d41af13dc545","resourceCustomizationUUID":"0a1a2af5-8ff1-45f9-8b9d-4413d2688240","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vf-license-model.xml","artifactChecksum":"ODAzMTQ3MWRjNjNlYjliNDdhY2RmNWZkZWNmZDUyYWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1e3bcebe-77d5-4686-8871-db003833be54","artifactVersion":"1"},{"artifactName":"vfw0aa2db2f484a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vfw0aa2db2f484a0_modules.json","artifactChecksum":"MGQ3YWFmNzMwYjU5MjAwMzhkYTIyNmZkYTQ4Y2QzOTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9e127795-ded0-43db-b8d4-47e8a0d7c0d9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"83aebab2-ee03-4b75-adc2-8f6dbb43cfdf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTExYmUzZTJmNmQ3NTZiMDQxYTQ4ZTQ3MzY1MmFjMWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ffdada11-7a91-43ba-9453-261525b43378","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8ea2e980-25fb-4999-a2f8-b0a97fb31f86","artifactVersion":"2","generatedFromUUID":"83aebab2-ee03-4b75-adc2-8f6dbb43cfdf"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220513141959-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-template.yml","artifactChecksum":"NzViZGMwZTFmNjdkYjk3M2JiODJiZmM3OTY5ZjRkNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d3c8c95a-553a-4815-8bee-a034ca6985f3","artifactVersion":"1"},{"artifactName":"service-Vfw20220513141959-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar","artifactChecksum":"NTJiZGE0ZmY0ZWRhMTE2OTM0NWY4ZGEwZjk5NjVjMDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b307c24b-613d-4edb-8e85-ee043ae1ea09","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-13T14:22:12.412Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:22:12.417Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:22:12.424Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:22:12.425Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451722420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:22:12.525Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-13T14:22:12.529Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:22:12.529Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:22:12.546Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:22:12.547Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":3,"count":1}
2022-05-13T14:22:13.430Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:22:13.431Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:22:13.433Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:22:13.433Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451722420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vfw0aa2db2f484a0_modules.json",
  "status": "NOTIFIED"
}
2022-05-13T14:22:13.533Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:22:13.533Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:22:13.534Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:22:13.548Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:22:13.548Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:22:14.433Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:22:14.434Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:22:14.437Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:22:14.437Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451722420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-13T14:22:14.537Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:22:14.538Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:22:14.538Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:22:14.551Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:22:14.551Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:22:15.437Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:22:15.438Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:22:15.440Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:22:15.440Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451722420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:22:15.540Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:22:15.541Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:22:15.541Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:22:15.555Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:22:15.556Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:22:16.441Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:22:16.441Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:22:16.444Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:22:16.444Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451722420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-13T14:22:16.544Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:22:16.544Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:22:16.544Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:22:16.559Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:22:16.559Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-13T14:22:17.444Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:22:17.445Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:22:17.446Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:22:17.446Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451722420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:22:17.547Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:22:17.547Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:22:17.547Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:22:17.561Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:22:17.561Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-13T14:22:18.447Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:22:18.448Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:22:18.450Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:22:18.450Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451722420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:22:18.550Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:22:18.551Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:22:18.551Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:22:18.564Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:22:18.564Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:22:19.453Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "serviceName": "vFW 2022-05-13 14-19-59",
  "serviceVersion": "1.0",
  "serviceUUID": "eabc5b34-4439-4320-a38d-1f8b0f3d2b32",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "565a5886-f38e-4da7-82e1-26011b4faad4",
  "resources": [
    {
      "resourceInstanceName": "vFW 0aa2db2f-484a 0",
      "resourceCustomizationUUID": "0a1a2af5-8ff1-45f9-8b9d-4413d2688240",
      "resourceName": "vFW 0aa2db2f-484a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a8e5d1e1-e072-4068-a50c-1969335e2650",
      "resourceInvariantUUID": "c472342b-c1fe-47e0-8dc3-d41af13dc545",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw0aa2db2f484a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vfw0aa2db2f484a0_modules.json",
          "artifactChecksum": "MGQ3YWFmNzMwYjU5MjAwMzhkYTIyNmZkYTQ4Y2QzOTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9e127795-ded0-43db-b8d4-47e8a0d7c0d9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "83aebab2-ee03-4b75-adc2-8f6dbb43cfdf",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8ea2e980-25fb-4999-a2f8-b0a97fb31f86",
            "generatedFromUUID": "83aebab2-ee03-4b75-adc2-8f6dbb43cfdf"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8ea2e980-25fb-4999-a2f8-b0a97fb31f86",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220513141959-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar",
      "artifactChecksum": "NTJiZGE0ZmY0ZWRhMTE2OTM0NWY4ZGEwZjk5NjVjMDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b307c24b-613d-4edb-8e85-ee043ae1ea09"
    }
  ],
  "workloadContext": "Production"
}
2022-05-13T14:22:19.454Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-13T14:22:19.454Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eabc5b34-4439-4320-a38d-1f8b0f3d2b32 ASDC
2022-05-13T14:22:19.562Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:1fffe64f-4394-48b4-8377-e08a7480b919
ServiceName:vFW 2022-05-13 14-19-59
ServiceVersion:1.0
ServiceUUID:eabc5b34-4439-4320-a38d-1f8b0f3d2b32
ServiceInvariantUUID:565a5886-f38e-4da7-82e1-26011b4faad4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220513141959-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar
ArtifactUUID:b307c24b-613d-4edb-8e85-ee043ae1ea09
ArtifactChecksum:NTJiZGE0ZmY0ZWRhMTE2OTM0NWY4ZGEwZjk5NjVjMDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0aa2db2f-484a 0
ResourceCustomizationUUID:0a1a2af5-8ff1-45f9-8b9d-4413d2688240
ResourceInvariantUUID:c472342b-c1fe-47e0-8dc3-d41af13dc545
ResourceName:vFW 0aa2db2f-484a
ResourceType:VF
ResourceUUID:a8e5d1e1-e072-4068-a50c-1969335e2650
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0aa2db2f484a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vfw0aa2db2f484a0_modules.json
ArtifactUUID:9e127795-ded0-43db-b8d4-47e8a0d7c0d9
ArtifactChecksum:MGQ3YWFmNzMwYjU5MjAwMzhkYTIyNmZkYTQ4Y2QzOTU=
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/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.yaml
ArtifactUUID:83aebab2-ee03-4b75-adc2-8f6dbb43cfdf
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/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.env
ArtifactUUID:8ea2e980-25fb-4999-a2f8-b0a97fb31f86
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/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.env
ArtifactUUID:8ea2e980-25fb-4999-a2f8-b0a97fb31f86
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-13T14:22:19.562Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eabc5b34-4439-4320-a38d-1f8b0f3d2b32 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:22:19.761Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-13T14:22:19.761Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-13T14:22:19.762Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-13T14:22:19.762Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b307c24b-613d-4edb-8e85-ee043ae1ea09 from URL: /sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar
2022-05-13T14:22:19.763Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-13T14:22:19.764Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar
2022-05-13T14:22:20.009Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-13T14:22:20.025Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar b307c24b-613d-4edb-8e85-ee043ae1ea09 98953
2022-05-13T14:22:20.038Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar ASDC sendASDCNotification
2022-05-13T14:22:20.038Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar
2022-05-13T14:22:20.039Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T14:22:20.040Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:22:20.041Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:22:20.041Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451740025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:22:20.141Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:22:20.142Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:22:20.142Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:22:20.156Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:22:20.156Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:22:21.042Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-13T14:22:21.043Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-13T14:22:21.043Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b307c24b-613d-4edb-8e85-ee043ae1ea09, URL: /sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar to file: /app/ASDC/1/service-Vfw20220513141959-csar.csar
2022-05-13T14:22:21.044Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220513141959-csar.csar
2022-05-13T14:22:21.101Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220513141959-csar.csar
2022-05-13T14:22:21.101Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220513141959-csar.csar
2022-05-13T14:22:21.640Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12540908926306826948/Definitions/service-Vfw20220513141959-template.yml
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_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-05-13T14:22:24.495Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-13T14:22:24.499Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-13T14:22:24.499Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220513141959-csar.csar
2022-05-13T14:22:24.499Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-13T14:22:24.499Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||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-Vfw20220513141959-csar.csar
2022-05-13T14:22:24.499Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||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-Vfw20220513141959-csar.csar
2022-05-13T14:22:24.499Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0aa2db2f-484a 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-Vfw20220513141959-csar.csar
2022-05-13T14:22:24.499Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220513141959-csar.csar
2022-05-13T14:22:24.499Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220513141959-csar.csar
2022-05-13T14:22:24.499Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220513141959-csar.csar
2022-05-13T14:22:24.499Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||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-Vfw20220513141959-csar.csar
2022-05-13T14:22:24.499Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220513141959-csar.csar
2022-05-13T14:22:24.500Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220513141959-csar.csar
2022-05-13T14:22:24.500Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220513141959-csar.csar
2022-05-13T14:22:24.500Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220513141959-csar.csar
2022-05-13T14:22:24.500Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220513141959-csar.csar
2022-05-13T14:22:24.500Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220513141959-csar.csar
2022-05-13T14:22:24.500Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-13T14:22:24.505Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:24.506Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-13 14-19-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:22:24.509Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vFW 0aa2db2f-484a 0 is matching search criteria
2022-05-13T14:22:24.509Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-13T14:22:24.510Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0aa2db2f-484a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-13T14:22:24.511Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:24.511Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-13 14-19-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:22:24.511Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vFW 0aa2db2f-484a 0 is matching search criteria
2022-05-13T14:22:24.511Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-13T14:22:24.511Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0aa2db2f-484a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-13T14:22:24.511Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:24.512Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-13 14-19-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:22:24.515Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:24.515Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vFW 0aa2db2f-484a 0 is not matching search criteria
2022-05-13T14:22:24.515Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-13T14:22:24.515Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-13T14:22:24.515Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-13T14:22:24.515Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-13T14:22:24.515Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-13T14:22:24.515Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-13T14:22:24.515Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-13T14:22:24.515Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-13T14:22:24.515Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-13T14:22:24.516Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-13T14:22:24.516Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-13T14:22:24.516Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-13T14:22:24.516Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-13T14:22:24.516Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-13T14:22:24.516Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-13T14:22:24.516Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-13T14:22:24.516Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:24.516Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-13 14-19-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-13T14:22:24.517Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:24.517Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vFW 0aa2db2f-484a 0 is matching search criteria
2022-05-13T14:22:24.517Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0aa2db2f-484a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:22:24.517Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:24.518Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vFW 0aa2db2f-484a 0 is matching search criteria
2022-05-13T14:22:24.518Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0aa2db2f-484a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:22:24.518Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:24.518Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vFW 0aa2db2f-484a 0 is matching search criteria
2022-05-13T14:22:24.518Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0aa2db2f-484a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:22:24.518Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:24.518Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vFW 0aa2db2f-484a 0 is not matching search criteria
2022-05-13T14:22:24.518Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-13T14:22:24.518Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-13T14:22:24.518Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-13T14:22:24.519Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-13T14:22:24.519Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-13T14:22:24.519Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-13T14:22:24.519Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-13T14:22:24.519Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-13T14:22:24.519Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-13T14:22:24.519Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-13T14:22:24.519Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-13T14:22:24.519Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=892884fb-9432-472e-bbc9-92ecf0b5f9eb
2022-05-13T14:22:24.519Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:24.519Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vFW 0aa2db2f-484a 0 is not matching search criteria
2022-05-13T14:22:24.520Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-13T14:22:24.520Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-13T14:22:24.520Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-13T14:22:24.520Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-13T14:22:24.520Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-13T14:22:24.520Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-13T14:22:24.520Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-13T14:22:24.520Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-13T14:22:24.520Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-13T14:22:24.520Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-13T14:22:24.520Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-13T14:22:24.520Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-13T14:22:24.521Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5b5bccb9-bf2d-4a48-9f2a-0eacf39077c4
2022-05-13T14:22:24.521Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:24.521Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vFW 0aa2db2f-484a 0 is not matching search criteria
2022-05-13T14:22:24.521Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-13T14:22:24.521Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-13T14:22:24.521Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-13T14:22:24.521Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-13T14:22:24.521Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-13T14:22:24.521Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-13T14:22:24.521Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-13T14:22:24.521Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-13T14:22:24.521Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-13T14:22:24.522Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-13T14:22:24.522Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-13T14:22:24.522Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-13T14:22:24.522Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d66541da-e3a0-43b6-9b08-ebbccd8d21f8
2022-05-13T14:22:24.522Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:24.522Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-13 14-19-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:22:24.522Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:24.522Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-13 14-19-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:22:24.522Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:24.522Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-13 14-19-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:22:24.522Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:24.523Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-13 14-19-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:22:24.523Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-05-13 14-19-59
Description:catalog service description
Model UUID:eabc5b34-4439-4320-a38d-1f8b0f3d2b32
Model Version:NULL
Model InvariantUuid:565a5886-f38e-4da7-82e1-26011b4faad4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 0aa2db2f-484a
Model UUID:b0d766b9-6dc6-4998-8276-dfa5a6376a94
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c472342b-c1fe-47e0-8dc3-d41af13dc545
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0a1a2af5-8ff1-45f9-8b9d-4413d2688240
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:22f1afaa-e50c-414f-9317-cf2cdd7c5817
ModelName:Vfw0aa2db2f484a..base_vfw..module-0
ModelUuid:4e2c6f3c-d613-40ff-b043-beb03bf80fa2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:892884fb-9432-472e-bbc9-92ecf0b5f9eb
ModelInvariantUuid:568da5f0-3cbb-4167-9eba-9a24b2a75493
ModelName:vFW 0aa2db2f-484a-nodes.vfwCvfc
ModelUuid:5da39ec9-4805-4018-a75e-0af4d32a1d35
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:5cc62dfe-3c3e-496c-809c-67cfb1998138
ModelInvariantUuid:255186a2-e125-4b7c-ae7e-d41efd9eafe1
ModelName:Vfw0aa2db2f484a.compute.nodes.heat.vfw
ModelUuid:2aca0ebb-4763-4b81-8349-1c0062e34523
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5b5bccb9-bf2d-4a48-9f2a-0eacf39077c4
ModelInvariantUuid:3f0e68a7-21f4-43bf-b142-74104bbd536f
ModelName:vFW 0aa2db2f-484a-nodes.vsnCvfc
ModelUuid:5af57735-5ace-4319-b0e2-0a15a4f01504
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e9d49006-f750-4cf0-8f44-dccccd6327eb
ModelInvariantUuid:3c53dd17-861e-4645-833f-b298d609bc45
ModelName:Vfw0aa2db2f484a.compute.nodes.heat.vsn
ModelUuid:9f6d5f01-68bd-4fa5-ab1a-e645185270fd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d66541da-e3a0-43b6-9b08-ebbccd8d21f8
ModelInvariantUuid:06041689-67d7-4644-8151-c6159599a2d2
ModelName:vFW 0aa2db2f-484a-nodes.vpgCvfc
ModelUuid:e6e1c637-2ae9-4e22-9699-b2f981cd2b29
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e9203251-94fd-467a-8477-80fa1b9cf4c3
ModelInvariantUuid:0f7e9cee-1972-45e3-9599-13d411c1cbdc
ModelName:Vfw0aa2db2f484a.compute.nodes.heat.vpg
ModelUuid:114bd36d-f9b4-423e-9f1f-740390e76aba
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-13T14:22:24.556Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: a8e5d1e1-e072-4068-a50c-1969335e2650
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-13T14:22:24.641Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||vFW 0aa2db2f-484a 0
2022-05-13T14:22:24.646Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a8e5d1e1-e072-4068-a50c-1969335e2650
2022-05-13T14:22:24.647Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9e127795-ded0-43db-b8d4-47e8a0d7c0d9 from URL: /sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vfw0aa2db2f484a0_modules.json
2022-05-13T14:22:24.647Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-13T14:22:24.647Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vfw0aa2db2f484a0_modules.json
2022-05-13T14:22:24.998Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-13T14:22:24.998Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vfw0aa2db2f484a0_modules.json 9e127795-ded0-43db-b8d4-47e8a0d7c0d9 785
2022-05-13T14:22:24.998Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vfw0aa2db2f484a0_modules.json ASDC sendASDCNotification
2022-05-13T14:22:24.999Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vfw0aa2db2f484a0_modules.json
2022-05-13T14:22:24.999Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T14:22:24.999Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:22:25.002Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:22:25.002Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451744998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vfw0aa2db2f484a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:22:25.102Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:22:25.103Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:22:25.103Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:22:25.117Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:22:25.118Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:22:26.004Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0aa2db2f484a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "22f1afaa-e50c-414f-9317-cf2cdd7c5817",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4e2c6f3c-d613-40ff-b043-beb03bf80fa2",
    "vfModuleModelCustomizationUUID": "ff8e09d1-9d83-47fd-a127-561b78cc0a36",
    "isBase": true,
    "artifacts": [
      "83aebab2-ee03-4b75-adc2-8f6dbb43cfdf",
      "8ea2e980-25fb-4999-a2f8-b0a97fb31f86"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-13T14:22:26.020Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0aa2db2f484a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4e2c6f3c-d613-40ff-b043-beb03bf80fa2
VfModuleModelInvariantUUID:22f1afaa-e50c-414f-9317-cf2cdd7c5817
VfModuleModelDescription:NULL
Artifacts UUID List:{
83aebab2-ee03-4b75-adc2-8f6dbb43cfdf
,
8ea2e980-25fb-4999-a2f8-b0a97fb31f86

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

isBase:true


}

2022-05-13T14:22:26.024Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0aa2db2f484a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "22f1afaa-e50c-414f-9317-cf2cdd7c5817",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4e2c6f3c-d613-40ff-b043-beb03bf80fa2",
    "vfModuleModelCustomizationUUID": "ff8e09d1-9d83-47fd-a127-561b78cc0a36",
    "isBase": true,
    "artifacts": [
      "83aebab2-ee03-4b75-adc2-8f6dbb43cfdf",
      "8ea2e980-25fb-4999-a2f8-b0a97fb31f86"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-13T14:22:26.024Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0aa2db2f484a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4e2c6f3c-d613-40ff-b043-beb03bf80fa2
VfModuleModelInvariantUUID:22f1afaa-e50c-414f-9317-cf2cdd7c5817
VfModuleModelDescription:NULL
Artifacts UUID List:{
83aebab2-ee03-4b75-adc2-8f6dbb43cfdf
,
8ea2e980-25fb-4999-a2f8-b0a97fb31f86

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

isBase:true


}

2022-05-13T14:22:26.024Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 83aebab2-ee03-4b75-adc2-8f6dbb43cfdf from URL: /sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.yaml
2022-05-13T14:22:26.024Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-13T14:22:26.024Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.yaml
2022-05-13T14:22:26.193Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-13T14:22:26.194Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.yaml 83aebab2-ee03-4b75-adc2-8f6dbb43cfdf 20368
2022-05-13T14:22:26.194Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-13T14:22:26.195Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.yaml
2022-05-13T14:22:26.195Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T14:22:26.195Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:22:26.197Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:22:26.197Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451746194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:22:26.297Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:22:26.298Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:22:26.298Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:22:26.311Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:22:26.311Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:22:27.198Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8ea2e980-25fb-4999-a2f8-b0a97fb31f86 from URL: /sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.env
2022-05-13T14:22:27.198Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-13T14:22:27.198Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.env
2022-05-13T14:22:27.693Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-13T14:22:27.694Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.env 8ea2e980-25fb-4999-a2f8-b0a97fb31f86 2098
2022-05-13T14:22:27.694Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-13T14:22:27.694Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.env
2022-05-13T14:22:27.694Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T14:22:27.695Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:22:27.697Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:22:27.697Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451747694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:22:27.797Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:22:27.798Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:22:27.798Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:22:27.812Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:22:27.812Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:22:28.697Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: eabc5b34-4439-4320-a38d-1f8b0f3d2b32
2022-05-13T14:22:28.698Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0aa2db2f-484a 0 a8e5d1e1-e072-4068-a50c-1969335e2650 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-13T14:22:28.729Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59252f5a, org.onap.sdc.toscaparser.api.parameters.Input@7aac0d93, org.onap.sdc.toscaparser.api.parameters.Input@1c2987a1, org.onap.sdc.toscaparser.api.parameters.Input@56b95178, org.onap.sdc.toscaparser.api.parameters.Input@2616fb0a]
2022-05-13T14:22:28.731Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:28.731Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-13 14-19-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:22:28.731Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-05-13T14:22:28.731Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 0a1a2af5-8ff1-45f9-8b9d-4413d2688240
2022-05-13T14:22:28.731Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0a1a2af5-8ff1-45f9-8b9d-4413d2688240 matches Tosca VF Customization UUID: 0a1a2af5-8ff1-45f9-8b9d-4413d2688240
2022-05-13T14:22:28.732Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 0a1a2af5-8ff1-45f9-8b9d-4413d2688240  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-13T14:22:28.737Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:28.737Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-13 14-19-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:22:28.738Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 0a1a2af5-8ff1-45f9-8b9d-4413d2688240: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-05-13T14:22:28.738Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@338cf092
2022-05-13T14:22:28.738Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:28.738Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-13 14-19-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-13T14:22:28.738Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ff8e09d1-9d83-47fd-a127-561b78cc0a36
2022-05-13T14:22:28.739Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ff8e09d1-9d83-47fd-a127-561b78cc0a36
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-13T14:22:28.743Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:28.744Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vFW 0aa2db2f-484a 0 is matching search criteria
2022-05-13T14:22:28.744Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0aa2db2f-484a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:22:28.744Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:28.745Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vFW 0aa2db2f-484a 0 is matching search criteria
2022-05-13T14:22:28.745Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0aa2db2f-484a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:22:28.745Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:28.745Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vFW 0aa2db2f-484a 0 is not matching search criteria
2022-05-13T14:22:28.745Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-13T14:22:28.745Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-13T14:22:28.745Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-13T14:22:28.745Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-13T14:22:28.745Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-13T14:22:28.745Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-13T14:22:28.746Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-13T14:22:28.746Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-13T14:22:28.746Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-13T14:22:28.746Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-13T14:22:28.746Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-13T14:22:28.746Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=892884fb-9432-472e-bbc9-92ecf0b5f9eb
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-13T14:22:28.752Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:28.752Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vFW 0aa2db2f-484a 0 is matching search criteria
2022-05-13T14:22:28.752Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0aa2db2f-484a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:22:28.752Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:28.752Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vFW 0aa2db2f-484a 0 is not matching search criteria
2022-05-13T14:22:28.752Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-13T14:22:28.752Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-13T14:22:28.753Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-13T14:22:28.753Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-13T14:22:28.753Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-13T14:22:28.753Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-13T14:22:28.753Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-13T14:22:28.753Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-13T14:22:28.753Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-13T14:22:28.753Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-13T14:22:28.753Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-13T14:22:28.753Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-13T14:22:28.753Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5b5bccb9-bf2d-4a48-9f2a-0eacf39077c4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-13T14:22:28.755Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:28.755Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vFW 0aa2db2f-484a 0 is matching search criteria
2022-05-13T14:22:28.756Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0aa2db2f-484a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:22:28.758Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:28.758Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vFW 0aa2db2f-484a 0 is not matching search criteria
2022-05-13T14:22:28.758Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-13T14:22:28.758Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-13T14:22:28.758Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-13T14:22:28.758Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-13T14:22:28.758Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-13T14:22:28.759Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-13T14:22:28.759Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-13T14:22:28.759Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-13T14:22:28.759Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-13T14:22:28.759Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-13T14:22:28.759Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-13T14:22:28.759Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-13T14:22:28.759Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d66541da-e3a0-43b6-9b08-ebbccd8d21f8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-13T14:22:28.761Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:28.761Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vFW 0aa2db2f-484a 0 is matching search criteria
2022-05-13T14:22:28.761Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0aa2db2f-484a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:22:28.761Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:28.761Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Node template vFW 0aa2db2f-484a 0 is matching search criteria
2022-05-13T14:22:28.761Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0aa2db2f-484a 0] matching following query criteria: sdcType=VF, customizationUUID=0a1a2af5-8ff1-45f9-8b9d-4413d2688240
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-13T14:22:28.763Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:28.763Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-13 14-19-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:22:28.763Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid eabc5b34-4439-4320-a38d-1f8b0f3d2b32: vFW 0aa2db2f-484a
2022-05-13T14:22:28.763Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:28.763Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-13 14-19-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:22:28.763Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:28.764Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-13 14-19-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:22:28.764Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:28.764Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-13 14-19-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:22:28.764Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:28.764Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-13 14-19-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:22:28.764Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:22:28.764Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-13 14-19-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:22:28.764Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-05-13 14-19-59 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:22:29.043Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0aa2db2f-484a a8e5d1e1-e072-4068-a50c-1969335e2650 1 ASDC deployResourceStructure
2022-05-13T14:22:29.043Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vfw0aa2db2f484a0_modules.json ASDC sendASDCNotification
2022-05-13T14:22:29.043Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vfw0aa2db2f484a0_modules.json
2022-05-13T14:22:29.043Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-13T14:22:29.043Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:22:29.045Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:22:29.045Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451749043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vfw0aa2db2f484a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-13T14:22:29.146Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:22:29.146Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:22:29.146Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:22:29.160Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:22:29.161Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:22:30.046Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-13T14:22:30.047Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.yaml
2022-05-13T14:22:30.047Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-13T14:22:30.047Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:22:30.049Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:22:30.049Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451750046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-13T14:22:30.149Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:22:30.150Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:22:30.150Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:22:30.163Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:22:30.164Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:22:31.050Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-13T14:22:31.051Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.env
2022-05-13T14:22:31.051Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-13T14:22:31.051Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:22:31.053Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:22:31.054Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451751050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-13T14:22:31.154Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:22:31.154Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:22:31.155Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:22:31.168Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:22:31.169Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:22:32.055Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar ASDC sendASDCNotification
2022-05-13T14:22:32.055Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar
2022-05-13T14:22:32.055Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-13T14:22:32.056Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:22:32.058Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:22:32.058Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451752055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:22:32.158Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:22:32.159Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:22:32.159Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:22:32.172Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:22:32.172Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:22:33.060Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1fffe64f-4394-48b4-8377-e08a7480b919
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:22:33.088Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1fffe64f-4394-48b4-8377-e08a7480b919
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:22:33.091Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T14:22:33.091Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-13T14:22:33.091Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-13T14:23:02.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:23:02.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:23:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:23:03.058Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:23:03.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451722420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652451724110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "aai-ml",
  "timestamp": 1652451731816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451722420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vfw0aa2db2f484a0_modules.json",
  "status": "NOTIFIED"
}
2022-05-13T14:23:03.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652451724110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vfw0aa2db2f484a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "aai-ml",
  "timestamp": 1652451731816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vfw0aa2db2f484a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451722420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-13T14:23:03.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652451724110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "aai-ml",
  "timestamp": 1652451731816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451722420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652451724110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.071Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "aai-ml",
  "timestamp": 1652451731816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.071Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451722420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-13T14:23:03.071Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652451724110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.071Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "aai-ml",
  "timestamp": 1652451731816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "cds",
  "timestamp": 1652451736019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "policy-id",
  "timestamp": 1652451736297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451722420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652451724110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "aai-ml",
  "timestamp": 1652451731816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "cds",
  "timestamp": 1652451736019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vfw0aa2db2f484a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "policy-id",
  "timestamp": 1652451736297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vfw0aa2db2f484a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451722420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:23:03.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652451724110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "aai-ml",
  "timestamp": 1652451731816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:23:03.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "cds",
  "timestamp": 1652451736019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "policy-id",
  "timestamp": 1652451736297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-13T14:23:03.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "cds",
  "timestamp": 1652451736019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "aai-ml",
  "timestamp": 1652451739747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:23:03.081Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:23:03.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "policy-id",
  "timestamp": 1652451736297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451740025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:23:03.081Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:23:03.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652451739506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "cds",
  "timestamp": 1652451736019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652451740219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "policy-id",
  "timestamp": 1652451736297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652451739506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vfw0aa2db2f484a0_modules.json",
  "status": "NOTIFIED"
}
2022-05-13T14:23:03.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "cds",
  "timestamp": 1652451736019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652451740219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vfw0aa2db2f484a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "policy-id",
  "timestamp": 1652451736297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652451739506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-13T14:23:03.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "cds",
  "timestamp": 1652451736019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:23:03.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652451740219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "policy-id",
  "timestamp": 1652451736297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:23:03.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652451739506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652451740219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "clamp",
  "timestamp": 1652451743325,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652451739506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-13T14:23:03.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "cds",
  "timestamp": 1652451744232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:23:03.085Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:23:03.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "policy-id",
  "timestamp": 1652451744348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:23:03.086Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:23:03.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652451740219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "clamp",
  "timestamp": 1652451743325,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vfw0aa2db2f484a0_modules.json",
  "status": "NOTIFIED"
}
2022-05-13T14:23:03.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451744998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vfw0aa2db2f484a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:23:03.087Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:23:03.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652451739506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "cds",
  "timestamp": 1652451745244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:23:03.091Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1fffe64f-4394-48b4-8377-e08a7480b919
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:23:03.095Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1fffe64f-4394-48b4-8377-e08a7480b919
2022-05-13T14:23:03.095Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fffe64f-4394-48b4-8377-e08a7480b919 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: 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=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:23:03.100Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1fffe64f-4394-48b4-8377-e08a7480b919
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:23:03.103Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T14:23:03.103Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-13T14:23:03.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.103Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-13T14:23:03.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "policy-id",
  "timestamp": 1652451745355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:23:03.103Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:23:03.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652451740219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "clamp",
  "timestamp": 1652451743325,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652451739506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:23:03.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451746194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:23:03.104Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:23:03.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "policy-id",
  "timestamp": 1652451746359,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:23:03.109Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1fffe64f-4394-48b4-8377-e08a7480b919
2022-05-13T14:23:03.109Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fffe64f-4394-48b4-8377-e08a7480b919 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:23:03.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652451740219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:23:03.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "clamp",
  "timestamp": 1652451743325,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652451747256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vfw0aa2db2f484a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:23:03.119Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:23:03.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451747694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:23:03.120Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:23:03.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "clamp",
  "timestamp": 1652451743325,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652451748127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:23:03.120Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:23:03.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652451748502,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:23:03.120Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:23:03.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "clamp",
  "timestamp": 1652451743325,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:23:03.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451749043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vfw0aa2db2f484a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-13T14:23:03.121Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:23:03.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652451749795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:23:03.121Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:23:03.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "clamp",
  "timestamp": 1652451743325,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:23:03.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:23:03.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451750046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-13T14:23:03.122Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:23:03.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652451750897,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:23:03.127Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1fffe64f-4394-48b4-8377-e08a7480b919
2022-05-13T14:23:03.127Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fffe64f-4394-48b4-8377-e08a7480b919 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-13T14:23:03.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451751050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-13T14:23:03.136Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:23:03.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652451751902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/resourceInstances/vfw0aa2db2f484a0/artifacts/vfw0aa2db2f484a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-13T14:23:03.136Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:23:03.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451752055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:23:03.136Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:23:03.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652451753199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:23:03.136Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:23:03.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "aai-ml",
  "timestamp": 1652451753216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:23:03.136Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:23:03.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652451754205,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:23:03.142Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1fffe64f-4394-48b4-8377-e08a7480b919
2022-05-13T14:23:03.142Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fffe64f-4394-48b4-8377-e08a7480b919 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:23:03.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "aai-ml",
  "timestamp": 1652451754220,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:23:03.156Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1fffe64f-4394-48b4-8377-e08a7480b919
2022-05-13T14:23:03.156Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fffe64f-4394-48b4-8377-e08a7480b919 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:23:03.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "clamp",
  "timestamp": 1652451764366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:23:03.167Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:23:03.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "clamp",
  "timestamp": 1652451766191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220513141959/1.0/artifacts/service-Vfw20220513141959-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:23:03.167Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:23:03.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T14:23:03.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "clamp",
  "timestamp": 1652451767194,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:23:03.174Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1fffe64f-4394-48b4-8377-e08a7480b919
2022-05-13T14:23:03.174Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fffe64f-4394-48b4-8377-e08a7480b919 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:23:33.103Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1fffe64f-4394-48b4-8377-e08a7480b919
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:23:33.116Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1fffe64f-4394-48b4-8377-e08a7480b919
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:23:33.120Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T14:23:33.120Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-13T14:23:33.120Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-13T14:23:33.120Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-13T14:23:33.120Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:23:33.121Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:23:33.121Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:23:33.121Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:23:33.121Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:23:33.121Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:23:33.121Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:23:33.127Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-13T14:24:02.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:24:02.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:24:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:24:03.128Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1fffe64f-4394-48b4-8377-e08a7480b919 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-13T14:24:03.139Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1fffe64f-4394-48b4-8377-e08a7480b919 and serviceModelVersionId: eabc5b34-4439-4320-a38d-1f8b0f3d2b32
2022-05-13T14:24:03.140Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 565a5886-f38e-4da7-82e1-26011b4faad4
2022-05-13T14:24:11.971Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:24:15.361Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/565a5886-f38e-4da7-82e1-26011b4faad4/model-vers/model-ver/eabc5b34-4439-4320-a38d-1f8b0f3d2b32?depth=0
2022-05-13T14:24:15.452Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-05-13T14:24:15.960Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/565a5886-f38e-4da7-82e1-26011b4faad4/model-vers/model-ver/eabc5b34-4439-4320-a38d-1f8b0f3d2b32?depth=0|INFO|500||Invoke
2022-05-13T14:24:15.967Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/565a5886-f38e-4da7-82e1-26011b4faad4/model-vers/model-ver/eabc5b34-4439-4320-a38d-1f8b0f3d2b32?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/565a5886-f38e-4da7-82e1-26011b4faad4/model-vers/model-ver/eabc5b34-4439-4320-a38d-1f8b0f3d2b32?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1fffe64f-4394-48b4-8377-e08a7480b919], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fecb4ffe-8ec5-4a43-a75c-1ef32fb35573], X-ECOMP-RequestID=[1fffe64f-4394-48b4-8377-e08a7480b919], X-TransactionId=[], X-ONAP-RequestID=[1fffe64f-4394-48b4-8377-e08a7480b919], Content-Type=[application/merge-patch+json]}
2022-05-13T14:24:16.179Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/565a5886-f38e-4da7-82e1-26011b4faad4/model-vers/model-ver/eabc5b34-4439-4320-a38d-1f8b0f3d2b32?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-13T14:24:16.645Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/565a5886-f38e-4da7-82e1-26011b4faad4/model-vers/model-ver/eabc5b34-4439-4320-a38d-1f8b0f3d2b32?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/565a5886-f38e-4da7-82e1-26011b4faad4/model-vers/model-ver/eabc5b34-4439-4320-a38d-1f8b0f3d2b32?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220513-14:24:16:190-34577], vertex-id=[221320], Content-Length=[0], Date=[Fri, 13 May 2022 14:24:16 GMT], Content-Type=[application/json]}
2022-05-13T14:24:16.647Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/565a5886-f38e-4da7-82e1-26011b4faad4/model-vers/model-ver/eabc5b34-4439-4320-a38d-1f8b0f3d2b32?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-13T14:24:16.648Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/565a5886-f38e-4da7-82e1-26011b4faad4/model-vers/model-ver/eabc5b34-4439-4320-a38d-1f8b0f3d2b32?depth=0|INFO|500||InvokeReturn
2022-05-13T14:24:16.651Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-13T14:24:16.651Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-13T14:24:16.655Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-13T14:24:16.656Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1fffe64f-4394-48b4-8377-e08a7480b919 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-13T14:24:16.657Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-13T14:24:16.657Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:24:16.658Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:24:16.658Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451856656,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-13T14:24:16.759Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-13T14:24:16.760Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:24:16.760Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:24:16.774Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:24:16.775Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-13T14:24:17.679Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:24:17.679Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:24:17.679Z|1fffe64f-4394-48b4-8377-e08a7480b919|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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:24:27.964Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:24:27.965Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:24:27.965Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:24:27.965Z|1fffe64f-4394-48b4-8377-e08a7480b919|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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:24:37.509Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:25:02.420Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:25:02.420Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:25:02.421Z|1fffe64f-4394-48b4-8377-e08a7480b919|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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:25:02.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:25:02.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:25:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:25:03.045Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:25:03.046Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.046Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"2e5c8e9c-65c8-4f4b-8982-890d5907d7b2","serviceName":"basic_onboard_GQsvCf","serviceVersion":"1.0","serviceUUID":"d57fe2af-1290-46d7-a80b-eff9e6086244","serviceDescription":"service","serviceInvariantUUID":"f7e4db67-f4c1-4c1c-a146-227a9944a763","resources":[{"resourceInstanceName":"basic_onboard_GQsvCf 0","resourceName":"basic_onboard_GQsvCf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ff572143-6a84-4bdf-bfc9-90804f4d2fdf","resourceInvariantUUID":"b9a0efea-a1d0-4506-8dc2-27deb23ce4f2","resourceCustomizationUUID":"ce0c948a-8902-4ea1-8502-37f4c97f6e73","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/vf-license-model.xml","artifactChecksum":"MGZiMjdhMDI1MTM0OTNjZjM5MzI3ZDBmNjY0ZWU3YWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"67f1b334-2ee6-4fa9-addf-91ed6b458208","artifactVersion":"1"},{"artifactName":"basic_onboard_gqsvcf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/basic_onboard_gqsvcf0_modules.json","artifactChecksum":"OTBkYzc1MDQ3OTIxZDM2NWJkYTg1ZjFkMDhhZTZiZGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e2d2ada5-86f1-4679-b293-d471eb5d70dc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2a8e85ee-dba2-43c7-a02f-7346cc4dafe4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ef2a4104-f323-46e1-a2d6-561c40c3b886","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"59367dbb-8fc9-4b99-93fc-c2cd004ed588","artifactVersion":"2","generatedFromUUID":"2a8e85ee-dba2-43c7-a02f-7346cc4dafe4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGqsvcf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-template.yml","artifactChecksum":"NmM2MmU4MTRiZTYxN2RhOWI1ZjUyNTU3ZjVhMGMyY2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"44caf246-4984-40f0-9c94-2c42069c9645","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGqsvcf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar","artifactChecksum":"OTYwOTFhMmUwMGVmMDcyNjgwOGNmYjkyMjMyZWQxYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"895c211b-4561-4f83-b173-b5b48e12f81e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-13T14:25:03.051Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:25:03.052Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:25:03.053Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:25:03.054Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:25:03.054Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451902420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fffe64f-4394-48b4-8377-e08a7480b919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451856656,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-13T14:25:03.057Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:25:03.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "cds",
  "timestamp": 1652451886019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652451884110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652451879506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "aai-ml",
  "timestamp": 1652451881816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "cds",
  "timestamp": 1652451886019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/basic_onboard_gqsvcf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652451884110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/basic_onboard_gqsvcf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652451879506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/basic_onboard_gqsvcf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-13T14:25:03.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "aai-ml",
  "timestamp": 1652451881816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/basic_onboard_gqsvcf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "cds",
  "timestamp": 1652451886019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652451884110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "aai-ml",
  "timestamp": 1652451881816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652451879506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-13T14:25:03.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652451890219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "cds",
  "timestamp": 1652451886019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652451884110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "aai-ml",
  "timestamp": 1652451881816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652451879506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652451890219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/basic_onboard_gqsvcf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "cds",
  "timestamp": 1652451886019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652451884110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "aai-ml",
  "timestamp": 1652451881816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652451879506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-13T14:25:03.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652451890219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "cds",
  "timestamp": 1652451886019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652451884110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "aai-ml",
  "timestamp": 1652451881816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652451879506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652451890219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "clamp",
  "timestamp": 1652451893325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "cds",
  "timestamp": 1652451886019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:25:03.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "aai-ml",
  "timestamp": 1652451881816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:25:03.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652451884110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652451879506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:25:03.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652451890219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "clamp",
  "timestamp": 1652451893325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/basic_onboard_gqsvcf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-13T14:25:03.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "cds",
  "timestamp": 1652451895611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:25:03.067Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:25:03.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652451895690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/basic_onboard_gqsvcf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:25:03.067Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:25:03.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "aai-ml",
  "timestamp": 1652451895736,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:25:03.067Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:25:03.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652451890219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "clamp",
  "timestamp": 1652451893325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "cds",
  "timestamp": 1652451896616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:25:03.085Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2e5c8e9c-65c8-4f4b-8982-890d5907d7b2
2022-05-13T14:25:03.086Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e5c8e9c-65c8-4f4b-8982-890d5907d7b2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:25:03.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652451896811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:25:03.095Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:25:03.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652451890219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:25:03.095Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "policy-id",
  "timestamp": 1652451896297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "clamp",
  "timestamp": 1652451893325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "policy-id",
  "timestamp": 1652451896297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/basic_onboard_gqsvcf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "clamp",
  "timestamp": 1652451893325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.097Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652451898099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:25:03.097Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:25:03.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652451898101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:25:03.097Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:25:03.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "policy-id",
  "timestamp": 1652451896297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-13T14:25:03.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "clamp",
  "timestamp": 1652451893325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652451899113,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:25:03.104Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2e5c8e9c-65c8-4f4b-8982-890d5907d7b2
2022-05-13T14:25:03.104Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e5c8e9c-65c8-4f4b-8982-890d5907d7b2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:25:03.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "policy-id",
  "timestamp": 1652451896297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.114Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "clamp",
  "timestamp": 1652451893325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:25:03.114Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652451900116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/basic_onboard_gqsvcf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-13T14:25:03.114Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:25:03.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652451900361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:25:03.114Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:25:03.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "policy-id",
  "timestamp": 1652451896297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652451901364,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:25:03.120Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2e5c8e9c-65c8-4f4b-8982-890d5907d7b2
2022-05-13T14:25:03.120Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e5c8e9c-65c8-4f4b-8982-890d5907d7b2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:25:03.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:25:03.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "policy-id",
  "timestamp": 1652451896297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:03.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:25:03.155Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-13T14:25:03.155Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:25:03.155Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:25:03.169Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:25:03.169Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:25:04.055Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:25:04.056Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:25:04.057Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:25:04.058Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451902420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/basic_onboard_gqsvcf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-13T14:25:04.158Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:25:04.159Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:25:04.159Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:25:04.171Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:25:04.171Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:25:05.058Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:25:05.059Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:25:05.061Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:25:05.061Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451902420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-13T14:25:05.161Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:25:05.163Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:25:05.163Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:25:05.178Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:25:05.179Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:25:06.062Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:25:06.062Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:25:06.064Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:25:06.064Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451902420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:06.165Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-13T14:25:06.166Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:25:06.167Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:25:06.179Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:25:06.180Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:25:07.065Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:25:07.066Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:25:07.068Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:25:07.068Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451902420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-13T14:25:07.168Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:25:07.169Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:25:07.169Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:25:07.182Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:25:07.182Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:25:08.068Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:25:08.069Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:25:08.071Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:25:08.071Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451902420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:25:08.172Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-13T14:25:08.172Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:25:08.172Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:25:08.187Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:25:08.188Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:25:09.072Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:25:09.073Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:25:09.075Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:25:09.075Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451902420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:25:09.175Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:25:09.176Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:25:09.176Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:25:09.188Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:25:09.188Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:25:10.077Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "serviceName": "basic_onboard_GQsvCf",
  "serviceVersion": "1.0",
  "serviceUUID": "d57fe2af-1290-46d7-a80b-eff9e6086244",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f7e4db67-f4c1-4c1c-a146-227a9944a763",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_GQsvCf 0",
      "resourceCustomizationUUID": "ce0c948a-8902-4ea1-8502-37f4c97f6e73",
      "resourceName": "basic_onboard_GQsvCf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ff572143-6a84-4bdf-bfc9-90804f4d2fdf",
      "resourceInvariantUUID": "b9a0efea-a1d0-4506-8dc2-27deb23ce4f2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gqsvcf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/basic_onboard_gqsvcf0_modules.json",
          "artifactChecksum": "OTBkYzc1MDQ3OTIxZDM2NWJkYTg1ZjFkMDhhZTZiZGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e2d2ada5-86f1-4679-b293-d471eb5d70dc",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2a8e85ee-dba2-43c7-a02f-7346cc4dafe4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "59367dbb-8fc9-4b99-93fc-c2cd004ed588",
            "generatedFromUUID": "2a8e85ee-dba2-43c7-a02f-7346cc4dafe4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "59367dbb-8fc9-4b99-93fc-c2cd004ed588",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGqsvcf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar",
      "artifactChecksum": "OTYwOTFhMmUwMGVmMDcyNjgwOGNmYjkyMjMyZWQxYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "895c211b-4561-4f83-b173-b5b48e12f81e"
    }
  ],
  "workloadContext": "Production"
}
2022-05-13T14:25:10.077Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-13T14:25:10.077Z|1fffe64f-4394-48b4-8377-e08a7480b919|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d57fe2af-1290-46d7-a80b-eff9e6086244 ASDC
2022-05-13T14:25:10.077Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:2e5c8e9c-65c8-4f4b-8982-890d5907d7b2
ServiceName:basic_onboard_GQsvCf
ServiceVersion:1.0
ServiceUUID:d57fe2af-1290-46d7-a80b-eff9e6086244
ServiceInvariantUUID:f7e4db67-f4c1-4c1c-a146-227a9944a763
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGqsvcf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar
ArtifactUUID:895c211b-4561-4f83-b173-b5b48e12f81e
ArtifactChecksum:OTYwOTFhMmUwMGVmMDcyNjgwOGNmYjkyMjMyZWQxYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_GQsvCf 0
ResourceCustomizationUUID:ce0c948a-8902-4ea1-8502-37f4c97f6e73
ResourceInvariantUUID:b9a0efea-a1d0-4506-8dc2-27deb23ce4f2
ResourceName:basic_onboard_GQsvCf
ResourceType:VF
ResourceUUID:ff572143-6a84-4bdf-bfc9-90804f4d2fdf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gqsvcf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/basic_onboard_gqsvcf0_modules.json
ArtifactUUID:e2d2ada5-86f1-4679-b293-d471eb5d70dc
ArtifactChecksum:OTBkYzc1MDQ3OTIxZDM2NWJkYTg1ZjFkMDhhZTZiZGY=
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/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2a8e85ee-dba2-43c7-a02f-7346cc4dafe4
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/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.env
ArtifactUUID:59367dbb-8fc9-4b99-93fc-c2cd004ed588
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/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.env
ArtifactUUID:59367dbb-8fc9-4b99-93fc-c2cd004ed588
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-13T14:25:10.078Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d57fe2af-1290-46d7-a80b-eff9e6086244 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-13T14:25:10.116Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-13T14:25:10.116Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-13T14:25:10.116Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-13T14:25:10.117Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 895c211b-4561-4f83-b173-b5b48e12f81e from URL: /sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar
2022-05-13T14:25:10.117Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-13T14:25:10.117Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar
2022-05-13T14:25:10.187Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-13T14:25:10.192Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar 895c211b-4561-4f83-b173-b5b48e12f81e 71587
2022-05-13T14:25:10.193Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar ASDC sendASDCNotification
2022-05-13T14:25:10.193Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar
2022-05-13T14:25:10.193Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T14:25:10.193Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:25:10.195Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:25:10.195Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451910193,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:25:10.295Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:25:10.296Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:25:10.296Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:25:10.309Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:25:10.309Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:25:11.195Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-13T14:25:11.196Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-13T14:25:11.196Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 895c211b-4561-4f83-b173-b5b48e12f81e, URL: /sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar to file: /app/ASDC/1/service-BasicOnboardGqsvcf-csar.csar
2022-05-13T14:25:11.197Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGqsvcf-csar.csar
2022-05-13T14:25:11.197Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGqsvcf-csar.csar
2022-05-13T14:25:11.197Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGqsvcf-csar.csar
2022-05-13T14:25:11.362Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP221060686456124378/Definitions/service-BasicOnboardGqsvcf-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-05-13T14:25:12.746Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-13T14:25:12.747Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-13T14:25:12.747Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGqsvcf-csar.csar
2022-05-13T14:25:12.747Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-13T14:25:12.747Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||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-BasicOnboardGqsvcf-csar.csar
2022-05-13T14:25:12.747Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_GQsvCf 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-BasicOnboardGqsvcf-csar.csar
2022-05-13T14:25:12.747Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGqsvcf-csar.csar
2022-05-13T14:25:12.747Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGqsvcf-csar.csar
2022-05-13T14:25:12.748Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGqsvcf-csar.csar
2022-05-13T14:25:12.748Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardGqsvcf-csar.csar
2022-05-13T14:25:12.748Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGqsvcf-csar.csar
2022-05-13T14:25:12.748Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGqsvcf-csar.csar
2022-05-13T14:25:12.748Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardGqsvcf-csar.csar
2022-05-13T14:25:12.748Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-13T14:25:12.748Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:25:12.748Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GQsvCf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:25:12.749Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GQsvCf 0 is matching search criteria
2022-05-13T14:25:12.749Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-13T14:25:12.749Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GQsvCf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-13T14:25:12.749Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:25:12.749Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GQsvCf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:25:12.750Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GQsvCf 0 is matching search criteria
2022-05-13T14:25:12.750Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-13T14:25:12.750Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GQsvCf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-13T14:25:12.750Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:25:12.750Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GQsvCf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:25:12.750Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:25:12.750Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GQsvCf 0 is not matching search criteria
2022-05-13T14:25:12.750Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-13T14:25:12.751Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-13T14:25:12.751Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-13T14:25:12.751Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-13T14:25:12.751Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-13T14:25:12.751Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:25:12.751Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GQsvCf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-13T14:25:12.751Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:25:12.751Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GQsvCf 0 is matching search criteria
2022-05-13T14:25:12.751Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GQsvCf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:25:12.752Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:25:12.752Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GQsvCf 0 is matching search criteria
2022-05-13T14:25:12.752Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GQsvCf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:25:12.752Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:25:12.752Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GQsvCf 0 is matching search criteria
2022-05-13T14:25:12.752Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GQsvCf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:25:12.753Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:25:12.753Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GQsvCf 0 is not matching search criteria
2022-05-13T14:25:12.753Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-13T14:25:12.753Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-13T14:25:12.753Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=51c0c4fa-ed40-4df2-a3c8-ae268c99a6e6
2022-05-13T14:25:12.753Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:25:12.753Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GQsvCf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:25:12.753Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:25:12.753Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GQsvCf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:25:12.753Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:25:12.753Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GQsvCf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:25:12.753Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:25:12.754Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GQsvCf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:25:12.754Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_GQsvCf
Description:service
Model UUID:d57fe2af-1290-46d7-a80b-eff9e6086244
Model Version:NULL
Model InvariantUuid:f7e4db67-f4c1-4c1c-a146-227a9944a763
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_GQsvCf
Model UUID:57c0ba27-80ae-4a3a-8e03-17760ee0e398
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b9a0efea-a1d0-4506-8dc2-27deb23ce4f2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ce0c948a-8902-4ea1-8502-37f4c97f6e73
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:41723c5f-86d1-47d9-a12b-54ce42e15bc6
ModelName:BasicOnboardGqsvcf..base_ubuntu18..module-0
ModelUuid:68e36d2a-196c-4aa4-84ba-63653426bc2e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:51c0c4fa-ed40-4df2-a3c8-ae268c99a6e6
ModelInvariantUuid:6874967c-0f14-4b67-96ef-f9c143f29207
ModelName:basic_onboard_GQsvCf-nodes.ubuntu18Cvfc
ModelUuid:4e254ef5-3153-4c3b-8761-e9ef95d8e039
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:60a4352f-9e39-4550-b52e-980df62ee013
ModelInvariantUuid:3375f4f2-cc79-424a-bf23-03246feaa4b2
ModelName:BasicOnboardGqsvcf.compute.nodes.heat.ubuntu18
ModelUuid:0540293f-5dd1-4046-b2e5-90e44b44dd64
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-13T14:25:12.763Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: ff572143-6a84-4bdf-bfc9-90804f4d2fdf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-13T14:25:12.767Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||basic_onboard_GQsvCf 0
2022-05-13T14:25:12.767Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ff572143-6a84-4bdf-bfc9-90804f4d2fdf
2022-05-13T14:25:12.767Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e2d2ada5-86f1-4679-b293-d471eb5d70dc from URL: /sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/basic_onboard_gqsvcf0_modules.json
2022-05-13T14:25:12.767Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-13T14:25:12.767Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/basic_onboard_gqsvcf0_modules.json
2022-05-13T14:25:12.815Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-13T14:25:12.816Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/basic_onboard_gqsvcf0_modules.json e2d2ada5-86f1-4679-b293-d471eb5d70dc 798
2022-05-13T14:25:12.816Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/basic_onboard_gqsvcf0_modules.json ASDC sendASDCNotification
2022-05-13T14:25:12.816Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/basic_onboard_gqsvcf0_modules.json
2022-05-13T14:25:12.816Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T14:25:12.816Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:25:12.818Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:25:12.818Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451912816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/basic_onboard_gqsvcf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:25:12.919Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:25:12.919Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:25:12.919Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:25:12.933Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:25:12.933Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:25:13.819Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardGqsvcf..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "41723c5f-86d1-47d9-a12b-54ce42e15bc6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "68e36d2a-196c-4aa4-84ba-63653426bc2e",
    "vfModuleModelCustomizationUUID": "ff96dc08-f352-406e-a6cf-16541aaadd3e",
    "isBase": true,
    "artifacts": [
      "2a8e85ee-dba2-43c7-a02f-7346cc4dafe4",
      "59367dbb-8fc9-4b99-93fc-c2cd004ed588"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-13T14:25:13.824Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGqsvcf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:68e36d2a-196c-4aa4-84ba-63653426bc2e
VfModuleModelInvariantUUID:41723c5f-86d1-47d9-a12b-54ce42e15bc6
VfModuleModelDescription:NULL
Artifacts UUID List:{
2a8e85ee-dba2-43c7-a02f-7346cc4dafe4
,
59367dbb-8fc9-4b99-93fc-c2cd004ed588

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

isBase:true


}

2022-05-13T14:25:13.825Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardGqsvcf..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "41723c5f-86d1-47d9-a12b-54ce42e15bc6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "68e36d2a-196c-4aa4-84ba-63653426bc2e",
    "vfModuleModelCustomizationUUID": "ff96dc08-f352-406e-a6cf-16541aaadd3e",
    "isBase": true,
    "artifacts": [
      "2a8e85ee-dba2-43c7-a02f-7346cc4dafe4",
      "59367dbb-8fc9-4b99-93fc-c2cd004ed588"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-13T14:25:13.826Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGqsvcf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:68e36d2a-196c-4aa4-84ba-63653426bc2e
VfModuleModelInvariantUUID:41723c5f-86d1-47d9-a12b-54ce42e15bc6
VfModuleModelDescription:NULL
Artifacts UUID List:{
2a8e85ee-dba2-43c7-a02f-7346cc4dafe4
,
59367dbb-8fc9-4b99-93fc-c2cd004ed588

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

isBase:true


}

2022-05-13T14:25:13.826Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2a8e85ee-dba2-43c7-a02f-7346cc4dafe4 from URL: /sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.yaml
2022-05-13T14:25:13.826Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-13T14:25:13.826Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.yaml
2022-05-13T14:25:13.874Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-13T14:25:13.875Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.yaml 2a8e85ee-dba2-43c7-a02f-7346cc4dafe4 5033
2022-05-13T14:25:13.875Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-13T14:25:13.876Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.yaml
2022-05-13T14:25:13.876Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T14:25:13.876Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:25:13.878Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:25:13.879Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451913875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:25:13.979Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:25:13.979Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:25:13.979Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:25:13.994Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:25:13.995Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:25:14.880Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 59367dbb-8fc9-4b99-93fc-c2cd004ed588 from URL: /sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.env
2022-05-13T14:25:14.880Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-13T14:25:14.881Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.env
2022-05-13T14:25:15.005Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-13T14:25:15.006Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.env 59367dbb-8fc9-4b99-93fc-c2cd004ed588 909
2022-05-13T14:25:15.006Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-13T14:25:15.006Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.env
2022-05-13T14:25:15.006Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T14:25:15.007Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:25:15.009Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:25:15.009Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451915006,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:25:15.109Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:25:15.110Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:25:15.110Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:25:15.126Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:25:15.127Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:25:16.010Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d57fe2af-1290-46d7-a80b-eff9e6086244
2022-05-13T14:25:16.011Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_GQsvCf 0 ff572143-6a84-4bdf-bfc9-90804f4d2fdf ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-13T14:25:16.026Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7da7845c, org.onap.sdc.toscaparser.api.parameters.Input@3ba2e7ee, org.onap.sdc.toscaparser.api.parameters.Input@ba60680, org.onap.sdc.toscaparser.api.parameters.Input@3f5df1de, org.onap.sdc.toscaparser.api.parameters.Input@7e19170d]
2022-05-13T14:25:16.027Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:25:16.027Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GQsvCf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:25:16.028Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-05-13T14:25:16.028Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= ce0c948a-8902-4ea1-8502-37f4c97f6e73
2022-05-13T14:25:16.028Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ce0c948a-8902-4ea1-8502-37f4c97f6e73 matches Tosca VF Customization UUID: ce0c948a-8902-4ea1-8502-37f4c97f6e73
2022-05-13T14:25:16.028Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: ce0c948a-8902-4ea1-8502-37f4c97f6e73  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-13T14:25:16.030Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:25:16.031Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GQsvCf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:25:16.031Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id ce0c948a-8902-4ea1-8502-37f4c97f6e73: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-05-13T14:25:16.031Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7068c0b4
2022-05-13T14:25:16.032Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:25:16.032Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GQsvCf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-13T14:25:16.032Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ff96dc08-f352-406e-a6cf-16541aaadd3e
2022-05-13T14:25:16.032Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ff96dc08-f352-406e-a6cf-16541aaadd3e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-13T14:25:16.034Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:25:16.035Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GQsvCf 0 is matching search criteria
2022-05-13T14:25:16.035Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GQsvCf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:25:16.035Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:25:16.036Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GQsvCf 0 is matching search criteria
2022-05-13T14:25:16.036Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GQsvCf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:25:16.036Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:25:16.037Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GQsvCf 0 is not matching search criteria
2022-05-13T14:25:16.037Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-13T14:25:16.037Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-13T14:25:16.037Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=51c0c4fa-ed40-4df2-a3c8-ae268c99a6e6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-13T14:25:16.040Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:25:16.040Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GQsvCf 0 is matching search criteria
2022-05-13T14:25:16.040Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GQsvCf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:25:16.041Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:25:16.041Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GQsvCf 0 is matching search criteria
2022-05-13T14:25:16.041Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GQsvCf 0] matching following query criteria: sdcType=VF, customizationUUID=ce0c948a-8902-4ea1-8502-37f4c97f6e73
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-13T14:25:16.043Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:25:16.043Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GQsvCf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:25:16.043Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d57fe2af-1290-46d7-a80b-eff9e6086244: basic_onboard_GQsvCf
2022-05-13T14:25:16.044Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:25:16.044Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GQsvCf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:25:16.044Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:25:16.044Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GQsvCf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:25:16.044Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:25:16.044Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GQsvCf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:25:16.044Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:25:16.045Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GQsvCf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:25:16.045Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:25:16.045Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GQsvCf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:25:16.045Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_GQsvCf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:25:16.135Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_GQsvCf ff572143-6a84-4bdf-bfc9-90804f4d2fdf 1 ASDC deployResourceStructure
2022-05-13T14:25:16.135Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/basic_onboard_gqsvcf0_modules.json ASDC sendASDCNotification
2022-05-13T14:25:16.135Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/basic_onboard_gqsvcf0_modules.json
2022-05-13T14:25:16.135Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-13T14:25:16.136Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:25:16.138Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:25:16.138Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451916135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/basic_onboard_gqsvcf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-13T14:25:16.238Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:25:16.239Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:25:16.239Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:25:16.253Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:25:16.253Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:25:17.139Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-13T14:25:17.139Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.yaml
2022-05-13T14:25:17.140Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-13T14:25:17.140Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:25:17.143Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:25:17.143Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451917139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-13T14:25:17.243Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:25:17.244Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:25:17.244Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:25:17.258Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:25:17.259Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-13T14:25:18.143Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-13T14:25:18.144Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.env
2022-05-13T14:25:18.144Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-13T14:25:18.145Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:25:18.147Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:25:18.147Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451918143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-13T14:25:18.248Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:25:18.249Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:25:18.249Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:25:18.262Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:25:18.263Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:25:19.148Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar ASDC sendASDCNotification
2022-05-13T14:25:19.149Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar
2022-05-13T14:25:19.149Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-13T14:25:19.149Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:25:19.152Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:25:19.152Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451919148,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:25:19.252Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:25:19.253Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:25:19.253Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:25:19.267Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:25:19.267Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:25:20.153Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e5c8e9c-65c8-4f4b-8982-890d5907d7b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:25:20.167Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e5c8e9c-65c8-4f4b-8982-890d5907d7b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:25:20.170Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T14:25:20.170Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-13T14:25:20.170Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-13T14:25:50.170Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e5c8e9c-65c8-4f4b-8982-890d5907d7b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:25:50.184Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e5c8e9c-65c8-4f4b-8982-890d5907d7b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:25:50.187Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T14:25:50.187Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-13T14:25:50.187Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-13T14:26:02.422Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:26:02.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:26:02.423Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:26:02.553Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:26:02.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:26:02.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "policy-id",
  "timestamp": 1652451896297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:26:02.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:26:20.188Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e5c8e9c-65c8-4f4b-8982-890d5907d7b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:26:20.198Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e5c8e9c-65c8-4f4b-8982-890d5907d7b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:26:20.201Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T14:26:20.201Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-13T14:26:20.201Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-13T14:26:50.201Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e5c8e9c-65c8-4f4b-8982-890d5907d7b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:26:50.214Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e5c8e9c-65c8-4f4b-8982-890d5907d7b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:26:50.216Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T14:26:50.216Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-13T14:26:50.216Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-13T14:27:02.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:27:02.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:27:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:27:02.951Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:27:02.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:27:02.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "aai-ml",
  "timestamp": 1652451903010,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:27:02.954Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:27:02.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:27:02.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451902420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:27:02.954Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:27:02.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:27:02.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "aai-ml",
  "timestamp": 1652451904014,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:27:02.965Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2e5c8e9c-65c8-4f4b-8982-890d5907d7b2
2022-05-13T14:27:02.965Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e5c8e9c-65c8-4f4b-8982-890d5907d7b2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:27:02.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:27:02.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451902420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/basic_onboard_gqsvcf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-13T14:27:02.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:27:02.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:27:02.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "policy-id",
  "timestamp": 1652451904215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:27:02.978Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:27:02.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:27:02.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451902420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-13T14:27:02.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:27:02.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:27:02.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "policy-id",
  "timestamp": 1652451905218,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:27:02.978Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:27:02.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:27:02.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451902420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:27:02.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:27:02.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:27:02.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "policy-id",
  "timestamp": 1652451906220,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:27:02.986Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2e5c8e9c-65c8-4f4b-8982-890d5907d7b2
2022-05-13T14:27:02.986Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e5c8e9c-65c8-4f4b-8982-890d5907d7b2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-13T14:27:02.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:27:02.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451902420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-13T14:27:02.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:27:02.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:27:02.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451902420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:27:02.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:27:02.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:27:02.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451902420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:27:02.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:27:02.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:27:02.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451910193,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:27:02.995Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:27:02.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:27:02.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "clamp",
  "timestamp": 1652451911197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:27:02.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:27:02.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:27:02.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451912816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/basic_onboard_gqsvcf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:27:02.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:27:02.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:27:02.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "clamp",
  "timestamp": 1652451913203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:27:02.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:27:02.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:27:02.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451913875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:27:02.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:27:02.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:27:02.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "clamp",
  "timestamp": 1652451914206,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:27:03.001Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2e5c8e9c-65c8-4f4b-8982-890d5907d7b2
2022-05-13T14:27:03.002Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e5c8e9c-65c8-4f4b-8982-890d5907d7b2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:27:03.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:27:03.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451915006,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:27:03.011Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:27:03.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:27:03.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451916135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/basic_onboard_gqsvcf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-13T14:27:03.011Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:27:03.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:27:03.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451917139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-13T14:27:03.011Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:27:03.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:27:03.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451918143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/resourceInstances/basic_onboard_gqsvcf0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-13T14:27:03.011Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:27:03.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:27:03.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652451919148,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGqsvcf/1.0/artifacts/service-BasicOnboardGqsvcf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:27:03.012Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:27:20.217Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e5c8e9c-65c8-4f4b-8982-890d5907d7b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:27:20.229Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e5c8e9c-65c8-4f4b-8982-890d5907d7b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:27:20.232Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T14:27:20.233Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-13T14:27:20.233Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-13T14:27:20.233Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-13T14:27:20.233Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:27:20.233Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:27:20.233Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:27:20.233Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:27:20.233Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:27:20.233Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:27:20.233Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:27:20.238Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-13T14:27:50.239Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2e5c8e9c-65c8-4f4b-8982-890d5907d7b2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-13T14:27:50.247Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2e5c8e9c-65c8-4f4b-8982-890d5907d7b2 and serviceModelVersionId: d57fe2af-1290-46d7-a80b-eff9e6086244
2022-05-13T14:27:50.247Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f7e4db67-f4c1-4c1c-a146-227a9944a763
2022-05-13T14:27:50.248Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f7e4db67-f4c1-4c1c-a146-227a9944a763/model-vers/model-ver/d57fe2af-1290-46d7-a80b-eff9e6086244?depth=0
2022-05-13T14:27:50.253Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-05-13T14:27:50.285Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7e4db67-f4c1-4c1c-a146-227a9944a763/model-vers/model-ver/d57fe2af-1290-46d7-a80b-eff9e6086244?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-13T14:27:50.286Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7e4db67-f4c1-4c1c-a146-227a9944a763/model-vers/model-ver/d57fe2af-1290-46d7-a80b-eff9e6086244?depth=0|INFO|500||Invoke
2022-05-13T14:27:50.307Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7e4db67-f4c1-4c1c-a146-227a9944a763/model-vers/model-ver/d57fe2af-1290-46d7-a80b-eff9e6086244?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-13T14:27:50.534Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7e4db67-f4c1-4c1c-a146-227a9944a763/model-vers/model-ver/d57fe2af-1290-46d7-a80b-eff9e6086244?depth=0|INFO|500||InvokeReturn
2022-05-13T14:27:50.535Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7e4db67-f4c1-4c1c-a146-227a9944a763/model-vers/model-ver/d57fe2af-1290-46d7-a80b-eff9e6086244?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220513-14:27:50:316-64822], vertex-id=[159984], Content-Length=[0], Date=[Fri, 13 May 2022 14:27:50 GMT], Content-Type=[application/json]}
2022-05-13T14:27:50.535Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-05-13T14:27:50.535Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-13T14:27:50.535Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-13T14:27:50.542Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-13T14:27:50.542Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2e5c8e9c-65c8-4f4b-8982-890d5907d7b2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-13T14:27:50.542Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-13T14:27:50.543Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:27:50.544Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:27:50.544Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452070542,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-13T14:27:50.645Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:27:50.645Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:27:50.645Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:27:50.664Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:27:50.665Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-13T14:27:51.559Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:27:51.560Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:27:51.560Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:28:01.848Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:28:01.849Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:28:01.849Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:28:01.849Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:28:02.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:28:02.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:28:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:28:03.052Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:28:03.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:28:03.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e5c8e9c-65c8-4f4b-8982-890d5907d7b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452070542,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-13T14:28:03.054Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:28:11.393Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:28:11.394Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:28:11.394Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:28:11.394Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:28:20.943Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:29:02.420Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:29:02.420Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:29:02.420Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:29:02.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:29:02.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:29:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:29:11.972Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:29:11.975Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:30:02.420Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:30:02.421Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:30:02.421Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:30:02.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:30:02.422Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:30:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:30:11.984Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:30:11.984Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:31:02.420Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:31:02.421Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:31:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:31:02.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:31:02.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:31:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:31:11.976Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:31:11.977Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:32:02.420Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:32:02.420Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:32:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:32:02.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:32:02.422Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:32:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:32:11.971Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:32:11.972Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:33:02.420Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:33:02.420Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:33:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:33:02.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:33:02.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:33:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:33:11.972Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:33:11.972Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:34:02.420Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:34:02.420Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:34:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:34:02.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:34:02.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:34:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:34:11.969Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:34:11.969Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:35:02.420Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:35:02.420Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:35:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:35:02.421Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:35:02.422Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:35:02.422Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:35:02.784Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:35:02.785Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:35:02.785Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652452490219,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:35:02.786Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:35:02.786Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:35:02.786Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "clamp",
  "timestamp": 1652452493325,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:35:02.786Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:35:02.786Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:35:02.786Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "policy-id",
  "timestamp": 1652452496298,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:35:02.786Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:35:02.786Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:35:02.786Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "clamp",
  "timestamp": 1652452493325,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:35:02.786Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:35:02.786Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:35:02.787Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652452490219,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:35:02.787Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:35:02.787Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:35:02.787Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "policy-id",
  "timestamp": 1652452496298,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:35:02.787Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:35:02.787Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:35:02.787Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652452499111,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:35:02.788Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:35:02.788Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:35:02.788Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "policy-id",
  "timestamp": 1652452499194,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:35:02.788Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:35:02.788Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:35:02.788Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652452499506,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:35:02.788Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:35:02.788Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:35:02.788Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "policy-id",
  "timestamp": 1652452500198,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:35:02.789Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:35:02.789Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:35:02.789Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652452500667,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:35:02.789Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:35:02.789Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:35:02.789Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652452499506,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:35:02.789Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:35:02.789Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:35:02.789Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "policy-id",
  "timestamp": 1652452501201,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:35:02.807Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ad54571-901a-417f-a42d-b02bbf1e07ea
2022-05-13T14:35:02.807Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ad54571-901a-417f-a42d-b02bbf1e07ea and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:35:02.816Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:35:02.816Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "cds",
  "timestamp": 1652452501019,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:35:02.817Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:35:02.817Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:35:02.817Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652452501671,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:35:02.824Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0ad54571-901a-417f-a42d-b02bbf1e07ea
2022-05-13T14:35:02.824Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ad54571-901a-417f-a42d-b02bbf1e07ea and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:35:03.063Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:35:03.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-13T14:35:03.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"0ad54571-901a-417f-a42d-b02bbf1e07ea","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"18ba2171-a7e9-4504-9734-0a93b85e1016","serviceDescription":"service","serviceInvariantUUID":"1a0ecd28-9236-4068-9fed-7292d804d7cf","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"de8a41cb-bef9-4a0f-bcff-867096313360","resourceInvariantUUID":"11d76694-e7eb-43d6-96fa-400be4f299cf","resourceCustomizationUUID":"3ff7de66-8231-4611-b9ae-13236179b366","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":"MGVmNzg1MjE3NjEwMmZjNTc2M2JmNGViODU5NTY1N2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c437a86b-a5fa-4e18-a431-71bfd42c14f3","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmZmOWI4MWMyMzg4MDgxOWY3NTAxNDcyNmE5M2Y5MGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"756d9ba9-dc36-432e-942b-b531e064493e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-13T14:35:03.065Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:35:03.066Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:35:03.067Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:35:03.068Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452502420,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:35:03.168Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:35:03.169Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:35:03.169Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:35:03.184Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:35:03.185Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:35:04.068Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:35:04.069Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:35:04.071Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:35:04.071Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452502420,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:35:04.171Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:35:04.172Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:35:04.172Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:35:04.185Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:35:04.185Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:35:05.072Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "18ba2171-a7e9-4504-9734-0a93b85e1016",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1a0ecd28-9236-4068-9fed-7292d804d7cf",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3ff7de66-8231-4611-b9ae-13236179b366",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "de8a41cb-bef9-4a0f-bcff-867096313360",
      "resourceInvariantUUID": "11d76694-e7eb-43d6-96fa-400be4f299cf",
      "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": "YmZmOWI4MWMyMzg4MDgxOWY3NTAxNDcyNmE5M2Y5MGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "756d9ba9-dc36-432e-942b-b531e064493e"
    }
  ],
  "workloadContext": "Production"
}
2022-05-13T14:35:05.072Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-13T14:35:05.072Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 18ba2171-a7e9-4504-9734-0a93b85e1016 ASDC
2022-05-13T14:35:05.073Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:0ad54571-901a-417f-a42d-b02bbf1e07ea
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:18ba2171-a7e9-4504-9734-0a93b85e1016
ServiceInvariantUUID:1a0ecd28-9236-4068-9fed-7292d804d7cf
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:756d9ba9-dc36-432e-942b-b531e064493e
ArtifactChecksum:YmZmOWI4MWMyMzg4MDgxOWY3NTAxNDcyNmE5M2Y5MGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3ff7de66-8231-4611-b9ae-13236179b366
ResourceInvariantUUID:11d76694-e7eb-43d6-96fa-400be4f299cf
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:de8a41cb-bef9-4a0f-bcff-867096313360
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-05-13T14:35:05.073Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 18ba2171-a7e9-4504-9734-0a93b85e1016 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-13T14:35:05.100Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-13T14:35:05.100Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-13T14:35:05.101Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-13T14:35:05.101Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 756d9ba9-dc36-432e-942b-b531e064493e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-13T14:35:05.101Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-13T14:35:05.101Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-13T14:35:05.409Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-13T14:35:05.412Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 756d9ba9-dc36-432e-942b-b531e064493e 52512
2022-05-13T14:35:05.413Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-13T14:35:05.413Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-13T14:35:05.413Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T14:35:05.414Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:35:05.416Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:35:05.416Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452505413,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:35:05.516Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:35:05.517Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:35:05.517Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:35:05.529Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:35:05.529Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:35:06.416Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-13T14:35:06.418Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-13T14:35:06.418Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 756d9ba9-dc36-432e-942b-b531e064493e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-13T14:35:06.418Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-13T14:35:06.419Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-13T14:35:06.419Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-13T14:35:06.524Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13794893508154377655/Definitions/service-BasicNetwork-template.yml
2022-05-13T14:35:06.833Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-13T14:35:06.833Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-13T14:35:06.833Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-13T14:35:06.833Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-13T14:35:06.833Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-13T14:35:06.833Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-13T14:35:06.833Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-13T14:35:06.833Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-13T14:35:06.834Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-13T14:35:06.834Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-13T14:35:06.834Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-13T14:35:06.834Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-13T14:35:06.834Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-13T14:35:06.834Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:35:06.834Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:35:06.834Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-13T14:35:06.834Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-13T14:35:06.834Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-13T14:35:06.834Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:35:06.834Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:35:06.834Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-13T14:35:06.835Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-13T14:35:06.835Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-13T14:35:06.835Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:35:06.835Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:35:06.835Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:35:06.835Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:35:06.835Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:35:06.835Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:35:06.835Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:35:06.835Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:35:06.835Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:35:06.835Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:35:06.835Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:18ba2171-a7e9-4504-9734-0a93b85e1016
Model Version:NULL
Model InvariantUuid:1a0ecd28-9236-4068-9fed-7292d804d7cf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:11d76694-e7eb-43d6-96fa-400be4f299cf
Model UUID:64709382-66d4-4ac4-87e0-0eafaa84cdbb
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:3ff7de66-8231-4611-b9ae-13236179b366
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-13T14:35:06.844Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: de8a41cb-bef9-4a0f-bcff-867096313360
2022-05-13T14:35:06.844Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||No resources found for Service: 18ba2171-a7e9-4504-9734-0a93b85e1016
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-13T14:35:06.849Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||
2022-05-13T14:35:06.849Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-05-13T14:35:06.850Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 18ba2171-a7e9-4504-9734-0a93b85e1016
2022-05-13T14:35:06.850Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 18ba2171-a7e9-4504-9734-0a93b85e1016
2022-05-13T14:35:06.850Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-05-13T14:35:06.850Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-13T14:35:06.856Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36495425, org.onap.sdc.toscaparser.api.parameters.Input@3fabdc92, org.onap.sdc.toscaparser.api.parameters.Input@55034899, org.onap.sdc.toscaparser.api.parameters.Input@1b88e674, org.onap.sdc.toscaparser.api.parameters.Input@679c715c]
2022-05-13T14:35:06.857Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:35:06.858Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:35:06.858Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:35:06.858Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:35:06.858Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 18ba2171-a7e9-4504-9734-0a93b85e1016: Generic NeutronNet
2022-05-13T14:35:06.859Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:35:06.859Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:35:06.859Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:35:06.859Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-05-13T14:35:06.892Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:35:06.892Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:35:06.892Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:35:06.893Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:35:06.893Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:35:06.893Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:35:06.893Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-13T14:35:06.978Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-05-13T14:35:06.978Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-13T14:35:06.978Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-13T14:35:06.978Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-13T14:35:06.979Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:35:06.981Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:35:06.981Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452506978,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:35:07.093Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2022-05-13T14:35:07.093Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:35:07.093Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:35:07.105Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:35:07.106Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:35:07.993Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ad54571-901a-417f-a42d-b02bbf1e07ea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:35:08.005Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ad54571-901a-417f-a42d-b02bbf1e07ea
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:35:08.008Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T14:35:08.008Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-13T14:35:08.008Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-13T14:35:38.008Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ad54571-901a-417f-a42d-b02bbf1e07ea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:35:38.021Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ad54571-901a-417f-a42d-b02bbf1e07ea
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:35:38.023Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T14:35:38.023Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-13T14:35:38.023Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-13T14:36:02.421Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:36:02.422Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:36:02.422Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:36:02.452Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:36:02.452Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:36:02.452Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "cds",
  "timestamp": 1652452501019,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:36:02.453Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:36:08.023Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ad54571-901a-417f-a42d-b02bbf1e07ea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:36:08.037Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ad54571-901a-417f-a42d-b02bbf1e07ea
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:36:08.041Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T14:36:08.042Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-13T14:36:08.042Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-13T14:36:38.042Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ad54571-901a-417f-a42d-b02bbf1e07ea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:36:38.055Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ad54571-901a-417f-a42d-b02bbf1e07ea
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:36:38.058Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T14:36:38.058Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-13T14:36:38.058Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-13T14:37:02.421Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:37:02.422Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:37:02.422Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:37:02.448Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:37:02.449Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:37:02.449Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452502420,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:37:02.450Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:37:08.058Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ad54571-901a-417f-a42d-b02bbf1e07ea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:37:08.071Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ad54571-901a-417f-a42d-b02bbf1e07ea
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:37:08.074Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T14:37:08.074Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-13T14:37:08.074Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-13T14:37:38.074Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ad54571-901a-417f-a42d-b02bbf1e07ea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:37:38.088Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ad54571-901a-417f-a42d-b02bbf1e07ea
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:37:38.091Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T14:37:38.091Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-13T14:37:38.091Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-13T14:38:02.421Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:38:02.422Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:38:02.422Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:38:02.449Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:38:02.450Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.451Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "cds",
  "timestamp": 1652452503826,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:38:02.451Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:38:02.451Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.452Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452502420,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:38:02.452Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.452Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.452Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "clamp",
  "timestamp": 1652452504292,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:38:02.452Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:38:02.452Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.452Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652452504110,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.452Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.452Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.452Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "cds",
  "timestamp": 1652452504830,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:38:02.461Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0ad54571-901a-417f-a42d-b02bbf1e07ea
2022-05-13T14:38:02.461Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ad54571-901a-417f-a42d-b02bbf1e07ea and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:38:02.469Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.469Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452505413,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:38:02.469Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:38:02.469Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.469Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652452504110,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.469Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.469Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.469Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "clamp",
  "timestamp": 1652452506299,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:38:02.469Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:38:02.469Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.469Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452506978,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:38:02.469Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:38:02.469Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.469Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "clamp",
  "timestamp": 1652452507302,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:38:02.474Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0ad54571-901a-417f-a42d-b02bbf1e07ea
2022-05-13T14:38:02.474Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ad54571-901a-417f-a42d-b02bbf1e07ea and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:38:02.482Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.483Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "aai-ml",
  "timestamp": 1652452511816,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.483Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.483Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.483Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "aai-ml",
  "timestamp": 1652452511816,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:38:02.483Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.483Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.483Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "aai-ml",
  "timestamp": 1652452514511,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:38:02.483Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:38:02.483Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.483Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "aai-ml",
  "timestamp": 1652452518007,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:38:02.484Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:38:02.484Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.484Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "aai-ml",
  "timestamp": 1652452519010,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:38:02.489Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0ad54571-901a-417f-a42d-b02bbf1e07ea
2022-05-13T14:38:02.489Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ad54571-901a-417f-a42d-b02bbf1e07ea and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:38:02.497Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.498Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "clamp",
  "timestamp": 1652452553325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.498Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.498Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.498Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "cds",
  "timestamp": 1652452546019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.498Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.498Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.498Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652452550219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.498Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.499Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.499Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "clamp",
  "timestamp": 1652452553325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.499Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.499Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.499Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "cds",
  "timestamp": 1652452546019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.499Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.499Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.499Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652452550219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.499Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.499Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.499Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "clamp",
  "timestamp": 1652452553325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.499Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.499Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.500Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "cds",
  "timestamp": 1652452546019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.500Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.500Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.500Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652452550219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.500Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.500Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.500Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "policy-id",
  "timestamp": 1652452556297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.500Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.500Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.500Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "clamp",
  "timestamp": 1652452553325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.500Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.500Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.500Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "cds",
  "timestamp": 1652452546019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.500Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.500Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.500Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652452550219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.501Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.501Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.501Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "policy-id",
  "timestamp": 1652452556297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.501Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.501Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.501Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "clamp",
  "timestamp": 1652452553325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.501Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.501Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.501Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "cds",
  "timestamp": 1652452546019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.501Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.501Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.501Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652452550219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.501Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.501Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.502Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "policy-id",
  "timestamp": 1652452556297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.502Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.502Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.502Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "clamp",
  "timestamp": 1652452553325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.502Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.502Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.502Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "cds",
  "timestamp": 1652452546019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.502Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.502Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.502Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652452550219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.503Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.503Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.503Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "policy-id",
  "timestamp": 1652452556297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.503Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.503Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.503Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652452559506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.503Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.503Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.503Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "clamp",
  "timestamp": 1652452553325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.503Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.503Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.504Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "cds",
  "timestamp": 1652452546019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.504Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.504Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.504Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652452550219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.504Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.504Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.504Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "policy-id",
  "timestamp": 1652452556297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.504Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.504Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.504Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652452559506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.504Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.504Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.504Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "clamp",
  "timestamp": 1652452553325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:38:02.505Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.505Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.505Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "cds",
  "timestamp": 1652452546019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:38:02.505Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.505Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.505Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652452550219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:38:02.505Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.505Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.505Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "policy-id",
  "timestamp": 1652452556297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.505Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:02.505Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:38:02.505Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652452559506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:02.506Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:38:08.091Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ad54571-901a-417f-a42d-b02bbf1e07ea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:38:08.105Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ad54571-901a-417f-a42d-b02bbf1e07ea
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:38:08.108Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T14:38:08.108Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-13T14:38:08.108Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-13T14:38:08.108Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-13T14:38:08.108Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:38:08.108Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:38:08.108Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:38:08.108Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:38:08.108Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:38:08.108Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:38:08.108Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:38:08.113Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-13T14:38:38.114Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0ad54571-901a-417f-a42d-b02bbf1e07ea and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-13T14:38:38.121Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0ad54571-901a-417f-a42d-b02bbf1e07ea and serviceModelVersionId: 18ba2171-a7e9-4504-9734-0a93b85e1016
2022-05-13T14:38:38.121Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1a0ecd28-9236-4068-9fed-7292d804d7cf
2022-05-13T14:38:38.122Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1a0ecd28-9236-4068-9fed-7292d804d7cf/model-vers/model-ver/18ba2171-a7e9-4504-9734-0a93b85e1016?depth=0
2022-05-13T14:38:38.125Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-13T14:38:38.158Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a0ecd28-9236-4068-9fed-7292d804d7cf/model-vers/model-ver/18ba2171-a7e9-4504-9734-0a93b85e1016?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-13T14:38:38.158Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a0ecd28-9236-4068-9fed-7292d804d7cf/model-vers/model-ver/18ba2171-a7e9-4504-9734-0a93b85e1016?depth=0|INFO|500||Invoke
2022-05-13T14:38:38.180Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a0ecd28-9236-4068-9fed-7292d804d7cf/model-vers/model-ver/18ba2171-a7e9-4504-9734-0a93b85e1016?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-13T14:38:38.508Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a0ecd28-9236-4068-9fed-7292d804d7cf/model-vers/model-ver/18ba2171-a7e9-4504-9734-0a93b85e1016?depth=0|INFO|500||InvokeReturn
2022-05-13T14:38:38.509Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a0ecd28-9236-4068-9fed-7292d804d7cf/model-vers/model-ver/18ba2171-a7e9-4504-9734-0a93b85e1016?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220513-14:38:38:189-55010], vertex-id=[303280], Content-Length=[0], Date=[Fri, 13 May 2022 14:38:38 GMT], Content-Type=[application/json]}
2022-05-13T14:38:38.509Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-05-13T14:38:38.509Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-13T14:38:38.509Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-13T14:38:38.515Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-13T14:38:38.515Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0ad54571-901a-417f-a42d-b02bbf1e07ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-13T14:38:38.516Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-13T14:38:38.516Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:38:38.517Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:38:38.517Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452718516,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-13T14:38:38.618Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-13T14:38:38.619Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:38:38.619Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:38:38.634Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:38:38.635Z||pool-39-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=?
2022-05-13T14:38:39.531Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:38:39.531Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:38:39.531Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:38:43.945Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:38:43.946Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-13T14:38:43.946Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"5329d41b-4449-487a-ae29-9b28ea81962b","serviceName":"Demo_pNF_l6vCi8XVbpMhuC2ut7R4","serviceVersion":"1.0","serviceUUID":"8fe5d3d1-1174-4907-ab5f-fa6c1ad8a791","serviceDescription":"catalog service description","serviceInvariantUUID":"d7cd83fe-87d3-4fe5-952a-e20b9c3a6bb8","resources":[{"resourceInstanceName":"pNF 16540ac3-9df3 0","resourceName":"pNF 16540ac3-9df3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0e6c8d17-6ab9-434f-81b3-30dbbaa320a7","resourceInvariantUUID":"cab42774-fee0-4228-a407-905af49893f5","resourceCustomizationUUID":"095d1f1c-8ed9-431e-b579-060996a219b9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/vf-license-model.xml","artifactChecksum":"YmQwNjc0ODk4Y2QyNjY5OGVjNWFlMDI0ZDBjNThmOTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7da0c4fe-9c32-4e62-842b-3e7c76f8a594","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/pNF.csar","artifactChecksum":"NTdjOTBkYWJiNjViMTY0NmVjMjkzODY1OTIwZmIzYzc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f85ee82-9127-43a9-9222-525cfa4c4345","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8a109316-d4fb-4c19-bd76-2268d2f8e857","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/vendor-license-model.xml","artifactChecksum":"NGM5NmVmMTUzZWMwN2MzNGJiZjEzMmVkNWYwNGU2YmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d343570e-9166-4e5a-b839-101c71abb54e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"27453f2b-cc48-494e-8417-42bb122ca139","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ea0cc287-de95-44d7-ac02-78d2d4ddaea7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfL6vci8xvbpmhuc2ut7r4-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-template.yml","artifactChecksum":"NTg4MjY5YmY1MDI2MjdmMGM5NDkxODVlMWI2NGI5YmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"40552025-4080-47ae-95bd-f7d685c1567f","artifactVersion":"1"},{"artifactName":"service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar","artifactChecksum":"M2M4YTJmMmRiMTNlNjU3NDZjNjBkMDNmNzRkMWEyN2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"49552b0b-828c-4704-af1e-be0f28a225b5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-13T14:38:43.949Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:38:43.950Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:38:43.952Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:38:43.952Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452719531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:44.052Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:38:44.053Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:38:44.053Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:38:44.066Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:38:44.067Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:38:44.952Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:38:44.953Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:38:44.955Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:38:44.955Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452719531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:45.055Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:38:45.056Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:38:45.056Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:38:45.071Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:38:45.071Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:38:45.956Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:38:45.956Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:38:45.958Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:38:45.958Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452719531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:46.058Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:38:46.059Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:38:46.059Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:38:46.071Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:38:46.072Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-13T14:38:46.958Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:38:46.960Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:38:46.962Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:38:46.962Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452719531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:47.062Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:38:47.063Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:38:47.063Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:38:47.077Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:38:47.077Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:38:47.962Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:38:47.964Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:38:47.965Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:38:47.966Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452719531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:48.066Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:38:48.067Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:38:48.067Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:38:48.081Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:38:48.082Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:38:48.966Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:38:48.967Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:38:48.969Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:38:48.970Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452719531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:49.070Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:38:49.071Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:38:49.071Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:38:49.084Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:38:49.085Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:38:49.970Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:38:49.971Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:38:49.973Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:38:49.973Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452719531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:38:50.073Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:38:50.074Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:38:50.074Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:38:50.089Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:38:50.090Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:38:50.974Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:38:50.974Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:38:50.977Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:38:50.977Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452719531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:38:51.077Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:38:51.077Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:38:51.078Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:38:51.093Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:38:51.093Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:38:51.978Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "serviceName": "Demo_pNF_l6vCi8XVbpMhuC2ut7R4",
  "serviceVersion": "1.0",
  "serviceUUID": "8fe5d3d1-1174-4907-ab5f-fa6c1ad8a791",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d7cd83fe-87d3-4fe5-952a-e20b9c3a6bb8",
  "resources": [
    {
      "resourceInstanceName": "pNF 16540ac3-9df3 0",
      "resourceCustomizationUUID": "095d1f1c-8ed9-431e-b579-060996a219b9",
      "resourceName": "pNF 16540ac3-9df3",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0e6c8d17-6ab9-434f-81b3-30dbbaa320a7",
      "resourceInvariantUUID": "cab42774-fee0-4228-a407-905af49893f5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar",
      "artifactChecksum": "M2M4YTJmMmRiMTNlNjU3NDZjNjBkMDNmNzRkMWEyN2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "49552b0b-828c-4704-af1e-be0f28a225b5"
    }
  ],
  "workloadContext": "Production"
}
2022-05-13T14:38:51.978Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-13T14:38:51.978Z|0ad54571-901a-417f-a42d-b02bbf1e07ea|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8fe5d3d1-1174-4907-ab5f-fa6c1ad8a791 ASDC
2022-05-13T14:38:51.979Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:5329d41b-4449-487a-ae29-9b28ea81962b
ServiceName:Demo_pNF_l6vCi8XVbpMhuC2ut7R4
ServiceVersion:1.0
ServiceUUID:8fe5d3d1-1174-4907-ab5f-fa6c1ad8a791
ServiceInvariantUUID:d7cd83fe-87d3-4fe5-952a-e20b9c3a6bb8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar
ArtifactUUID:49552b0b-828c-4704-af1e-be0f28a225b5
ArtifactChecksum:M2M4YTJmMmRiMTNlNjU3NDZjNjBkMDNmNzRkMWEyN2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 16540ac3-9df3 0
ResourceCustomizationUUID:095d1f1c-8ed9-431e-b579-060996a219b9
ResourceInvariantUUID:cab42774-fee0-4228-a407-905af49893f5
ResourceName:pNF 16540ac3-9df3
ResourceType:PNF
ResourceUUID:0e6c8d17-6ab9-434f-81b3-30dbbaa320a7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-13T14:38:51.979Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8fe5d3d1-1174-4907-ab5f-fa6c1ad8a791 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:38:52.006Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-13T14:38:52.006Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-13T14:38:52.007Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-13T14:38:52.007Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 49552b0b-828c-4704-af1e-be0f28a225b5 from URL: /sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar
2022-05-13T14:38:52.007Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-13T14:38:52.007Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar
2022-05-13T14:38:52.202Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-13T14:38:52.207Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar 49552b0b-828c-4704-af1e-be0f28a225b5 82654
2022-05-13T14:38:52.207Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar ASDC sendASDCNotification
2022-05-13T14:38:52.207Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar
2022-05-13T14:38:52.207Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T14:38:52.207Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:38:52.209Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:38:52.209Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452732207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:38:52.309Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:38:52.310Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:38:52.310Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:38:52.323Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:38:52.324Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:38:53.209Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-13T14:38:53.210Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-13T14:38:53.210Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 49552b0b-828c-4704-af1e-be0f28a225b5, URL: /sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar to file: /app/ASDC/1/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar
2022-05-13T14:38:53.211Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar
2022-05-13T14:38:53.211Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar
2022-05-13T14:38:53.211Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar
2022-05-13T14:38:53.287Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13706623632120546828/Definitions/service-DemoPnfL6vci8xvbpmhuc2ut7r4-template.yml
2022-05-13T14:38:53.927Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-13T14:38:53.928Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-13T14:38:53.928Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar
2022-05-13T14:38:53.928Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-13T14:38:53.928Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 16540ac3-9df3 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-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar
2022-05-13T14:38:53.928Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||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-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar
2022-05-13T14:38:53.928Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar
2022-05-13T14:38:53.928Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||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-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar
2022-05-13T14:38:53.928Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar
2022-05-13T14:38:53.928Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar
2022-05-13T14:38:53.928Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar
2022-05-13T14:38:53.928Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-13T14:38:53.928Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:38:53.928Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_l6vCi8XVbpMhuC2ut7R4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:38:53.928Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Node template pNF 16540ac3-9df3 0 is matching search criteria
2022-05-13T14:38:53.929Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-13T14:38:53.929Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 16540ac3-9df3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-13T14:38:53.929Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:38:53.929Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_l6vCi8XVbpMhuC2ut7R4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:38:53.929Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Node template pNF 16540ac3-9df3 0 is matching search criteria
2022-05-13T14:38:53.929Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-13T14:38:53.929Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 16540ac3-9df3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-13T14:38:53.929Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:38:53.929Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_l6vCi8XVbpMhuC2ut7R4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:38:53.929Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:38:53.929Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_l6vCi8XVbpMhuC2ut7R4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:38:53.929Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:38:53.930Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_l6vCi8XVbpMhuC2ut7R4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:38:53.930Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:38:53.930Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_l6vCi8XVbpMhuC2ut7R4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:38:53.930Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:38:53.930Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_l6vCi8XVbpMhuC2ut7R4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:38:53.930Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_l6vCi8XVbpMhuC2ut7R4
Description:catalog service description
Model UUID:8fe5d3d1-1174-4907-ab5f-fa6c1ad8a791
Model Version:NULL
Model InvariantUuid:d7cd83fe-87d3-4fe5-952a-e20b9c3a6bb8
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=?
2022-05-13T14:38:53.938Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0e6c8d17-6ab9-434f-81b3-30dbbaa320a7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-13T14:38:53.940Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||pNF 16540ac3-9df3 0
2022-05-13T14:38:53.941Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0e6c8d17-6ab9-434f-81b3-30dbbaa320a7
2022-05-13T14:38:53.941Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 8fe5d3d1-1174-4907-ab5f-fa6c1ad8a791
2022-05-13T14:38:53.941Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 8fe5d3d1-1174-4907-ab5f-fa6c1ad8a791
2022-05-13T14:38:53.941Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 16540ac3-9df3 0 0e6c8d17-6ab9-434f-81b3-30dbbaa320a7 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=?
2022-05-13T14:38:53.946Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@319c9561, org.onap.sdc.toscaparser.api.parameters.Input@3f610b42, org.onap.sdc.toscaparser.api.parameters.Input@48e4ddd4, org.onap.sdc.toscaparser.api.parameters.Input@3830e872, org.onap.sdc.toscaparser.api.parameters.Input@6d524588]
2022-05-13T14:38:53.946Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:38:53.946Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_l6vCi8XVbpMhuC2ut7R4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:38:53.946Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 8fe5d3d1-1174-4907-ab5f-fa6c1ad8a791: pNF 16540ac3-9df3
2022-05-13T14:38:53.946Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||Processing PNF resource: 0e6c8d17-6ab9-434f-81b3-30dbbaa320a7
2022-05-13T14:38:53.946Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:38:53.946Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_l6vCi8XVbpMhuC2ut7R4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:38:53.946Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||Resource customization UUID: 095d1f1c-8ed9-431e-b579-060996a219b9 is the same as notified resource customizationUUID: 095d1f1c-8ed9-431e-b579-060996a219b9
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 (?, ?)
2022-05-13T14:38:54.006Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 16540ac3-9df3 0e6c8d17-6ab9-434f-81b3-30dbbaa320a7 0 ASDC deployResourceStructure
2022-05-13T14:38:54.006Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar ASDC sendASDCNotification
2022-05-13T14:38:54.006Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar
2022-05-13T14:38:54.007Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-13T14:38:54.007Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:38:54.009Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:38:54.010Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452734006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:38:54.109Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-13T14:38:54.110Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T14:38:54.110Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:38:54.121Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:38:54.121Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:38:55.010Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5329d41b-4449-487a-ae29-9b28ea81962b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:38:55.022Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5329d41b-4449-487a-ae29-9b28ea81962b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:38:55.025Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T14:38:55.025Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-13T14:38:55.025Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-13T14:39:02.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:39:02.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:39:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:39:02.469Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:39:02.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652452562729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:39:02.472Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:39:02.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "cds",
  "timestamp": 1652452562815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:39:02.472Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:39:02.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "policy-id",
  "timestamp": 1652452556297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:39:02.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:39:02.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652452559506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:39:02.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:39:02.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "cds",
  "timestamp": 1652452563821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:39:02.481Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5329d41b-4449-487a-ae29-9b28ea81962b
2022-05-13T14:39:02.481Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5329d41b-4449-487a-ae29-9b28ea81962b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:39:02.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "policy-id",
  "timestamp": 1652452556297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:39:02.492Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:39:02.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652452559506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:39:02.492Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:39:02.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652452564535,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:39:02.493Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:39:02.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652452564110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:39:02.493Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:39:02.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "policy-id",
  "timestamp": 1652452565124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:39:02.493Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:39:02.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652452559506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:39:02.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:39:02.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652452565538,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:39:02.500Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5329d41b-4449-487a-ae29-9b28ea81962b
2022-05-13T14:39:02.500Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5329d41b-4449-487a-ae29-9b28ea81962b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:39:02.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652452564110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:39:02.510Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:39:02.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "policy-id",
  "timestamp": 1652452566127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:39:02.511Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:39:02.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652452559506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:39:02.511Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:39:02.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652452564110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:39:02.512Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:39:02.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "policy-id",
  "timestamp": 1652452567129,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:39:02.518Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5329d41b-4449-487a-ae29-9b28ea81962b
2022-05-13T14:39:02.518Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5329d41b-4449-487a-ae29-9b28ea81962b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:39:02.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652452559506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:39:02.528Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:39:02.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652452564110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:39:02.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:39:02.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652452564110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:39:02.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:39:02.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652452564110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-13T14:39:02.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:39:02.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "clamp",
  "timestamp": 1652452570303,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:39:02.529Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:39:02.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652452564110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:39:02.530Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:39:02.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "clamp",
  "timestamp": 1652452571319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:39:02.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:39:02.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652452564110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:39:02.530Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:39:02.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "clamp",
  "timestamp": 1652452572322,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:39:02.536Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5329d41b-4449-487a-ae29-9b28ea81962b
2022-05-13T14:39:02.536Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5329d41b-4449-487a-ae29-9b28ea81962b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:39:02.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "aai-ml",
  "timestamp": 1652452571816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:39:02.546Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:39:02.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652452572939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:39:02.546Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:39:02.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "aai-ml",
  "timestamp": 1652452571816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:39:02.546Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:39:02.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652452574291,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-13T14:39:02.546Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:39:02.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "aai-ml",
  "timestamp": 1652452571816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:39:02.546Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:39:02.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652452575294,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:39:02.551Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 5329d41b-4449-487a-ae29-9b28ea81962b
2022-05-13T14:39:02.552Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5329d41b-4449-487a-ae29-9b28ea81962b 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 (?, ?, ?, ?, ?)
2022-05-13T14:39:02.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "aai-ml",
  "timestamp": 1652452571816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:39:02.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:39:02.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "aai-ml",
  "timestamp": 1652452571816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:39:02.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:39:02.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "aai-ml",
  "timestamp": 1652452571816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:39:02.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:39:02.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "aai-ml",
  "timestamp": 1652452571816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:39:02.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:39:02.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "aai-ml",
  "timestamp": 1652452571816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:39:02.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:39:02.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "aai-ml",
  "timestamp": 1652452580710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:39:02.563Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:39:02.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "aai-ml",
  "timestamp": 1652452585597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:39:02.563Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:39:02.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:39:02.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "aai-ml",
  "timestamp": 1652452586600,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:39:02.569Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5329d41b-4449-487a-ae29-9b28ea81962b
2022-05-13T14:39:02.569Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5329d41b-4449-487a-ae29-9b28ea81962b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:39:25.025Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5329d41b-4449-487a-ae29-9b28ea81962b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:39:25.036Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5329d41b-4449-487a-ae29-9b28ea81962b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:39:25.039Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T14:39:25.039Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-13T14:39:25.039Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-13T14:39:25.039Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-13T14:39:25.039Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:39:25.040Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:39:25.040Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:39:25.040Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:39:25.040Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:39:25.040Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:39:25.040Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:39:25.040Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:39:25.045Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-13T14:39:55.046Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5329d41b-4449-487a-ae29-9b28ea81962b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-13T14:39:55.053Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5329d41b-4449-487a-ae29-9b28ea81962b and serviceModelVersionId: 8fe5d3d1-1174-4907-ab5f-fa6c1ad8a791
2022-05-13T14:39:55.054Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d7cd83fe-87d3-4fe5-952a-e20b9c3a6bb8
2022-05-13T14:39:55.054Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d7cd83fe-87d3-4fe5-952a-e20b9c3a6bb8/model-vers/model-ver/8fe5d3d1-1174-4907-ab5f-fa6c1ad8a791?depth=0
2022-05-13T14:39:55.060Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-13T14:39:55.094Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7cd83fe-87d3-4fe5-952a-e20b9c3a6bb8/model-vers/model-ver/8fe5d3d1-1174-4907-ab5f-fa6c1ad8a791?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-13T14:39:55.094Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7cd83fe-87d3-4fe5-952a-e20b9c3a6bb8/model-vers/model-ver/8fe5d3d1-1174-4907-ab5f-fa6c1ad8a791?depth=0|INFO|500||Invoke
2022-05-13T14:39:55.120Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7cd83fe-87d3-4fe5-952a-e20b9c3a6bb8/model-vers/model-ver/8fe5d3d1-1174-4907-ab5f-fa6c1ad8a791?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-13T14:39:55.706Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7cd83fe-87d3-4fe5-952a-e20b9c3a6bb8/model-vers/model-ver/8fe5d3d1-1174-4907-ab5f-fa6c1ad8a791?depth=0|INFO|500||InvokeReturn
2022-05-13T14:39:55.706Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7cd83fe-87d3-4fe5-952a-e20b9c3a6bb8/model-vers/model-ver/8fe5d3d1-1174-4907-ab5f-fa6c1ad8a791?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220513-14:39:55:130-67873], vertex-id=[208944], Content-Length=[0], Date=[Fri, 13 May 2022 14:39:55 GMT], Content-Type=[application/json]}
2022-05-13T14:39:55.706Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-05-13T14:39:55.706Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-13T14:39:55.706Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-13T14:39:55.712Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-13T14:39:55.712Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5329d41b-4449-487a-ae29-9b28ea81962b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-13T14:39:55.712Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-13T14:39:55.713Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:39:55.714Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:39:55.714Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452795712,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-13T14:39:55.814Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:39:55.816Z||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.
2022-05-13T14:39:55.816Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:39:55.834Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:39:55.835Z||pool-50-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-13T14:39:56.727Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:39:56.728Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:39:56.728Z|5329d41b-4449-487a-ae29-9b28ea81962b|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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:39:57.354Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:39:57.355Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-13T14:39:57.355Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"c5c41c82-b5f6-4707-acd4-cb24e8451415","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"48b88014-f440-4cdd-b9d6-1206e976926f","serviceDescription":"service","serviceInvariantUUID":"1f62512d-842a-4b5f-97c0-8469ab8a9a63","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f0ad9fc4-15ff-426b-895a-36c4c0176c39","resourceInvariantUUID":"ce39d0f7-79b9-42e4-85d4-75f6ce16e11e","resourceCustomizationUUID":"90ad92d9-8ce7-45ef-a813-4ad92b37e562","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":"MDUwZjcwZjNkZGQ2OTg0ZGEwNGMxOTMwNWRiYjg4ODA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cd99b978-9014-46c1-bb32-95d8da007948","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":"YmNmZDU1OWJmNzZmYTk3NjQwZTBlZjdhY2I2ZTc1ODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9c60cc27-cbf0-4b0d-b128-d9e0741a812b","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":"6a64f935-f908-4484-9107-7749473901b1","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":"f40f8805-3a77-4f4f-b389-dde1067d6844","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":"e53391a1-0ae7-4029-87ef-35691fbfffce","artifactVersion":"2","generatedFromUUID":"6a64f935-f908-4484-9107-7749473901b1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NDE5YzI3OWY2YTA2ZDQyZDRkOGYzNTFiNzI4ZGMzNDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8a59ebb0-264f-46d1-99a7-79ae24b2fa58","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWFiMjcwMzk1MTVhMThjOGYyYWQxZjlhZTY0YjE2MGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8c34eea1-d3dd-4783-9be2-26e993ec057f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-13T14:39:57.357Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:39:57.357Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:39:57.359Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:39:57.360Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452796727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:39:57.460Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:39:57.461Z||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.
2022-05-13T14:39:57.461Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:39:57.473Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:39:57.474Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:39:58.360Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:39:58.361Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:39:58.363Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:39:58.363Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452796727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-13T14:39:58.464Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:39:58.465Z||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.
2022-05-13T14:39:58.465Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:39:58.480Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:39:58.480Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-13T14:39:59.364Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:39:59.365Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:39:59.367Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:39:59.367Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452796727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-13T14:39:59.468Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-13T14:39:59.469Z||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.
2022-05-13T14:39:59.469Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:39:59.482Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:39:59.483Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:40:00.368Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:40:00.369Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:40:00.371Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:40:00.371Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452796727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:00.471Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:40:00.472Z||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.
2022-05-13T14:40:00.472Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:40:00.486Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:40:00.487Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:40:01.371Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:40:01.372Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:40:01.374Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:40:01.375Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452796727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-13T14:40:01.475Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:40:01.476Z||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.
2022-05-13T14:40:01.476Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:40:01.490Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:40:01.490Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:40:02.375Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:40:02.376Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:40:02.377Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:40:02.377Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452796727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:40:02.422Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:40:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:40:02.453Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:40:02.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ad54571-901a-417f-a42d-b02bbf1e07ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452718516,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-13T14:40:02.455Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:40:02.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452719531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.455Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452719531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.456Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452719531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.456Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452719531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.456Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452719531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452719531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/resourceInstances/pnf16540ac39df30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "cds",
  "timestamp": 1652452726019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652452719506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652452724110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "aai-ml",
  "timestamp": 1652452721816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452719531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652452724110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "cds",
  "timestamp": 1652452726019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "aai-ml",
  "timestamp": 1652452721816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652452719506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-13T14:40:02.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652452730219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452719531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:40:02.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652452724110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "aai-ml",
  "timestamp": 1652452721816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652452719506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-13T14:40:02.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "cds",
  "timestamp": 1652452726019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652452730219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "cds",
  "timestamp": 1652452726019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652452724110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "aai-ml",
  "timestamp": 1652452721816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652452719506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452732207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:40:02.461Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:40:02.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652452730219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "cds",
  "timestamp": 1652452726019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652452724110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "aai-ml",
  "timestamp": 1652452721816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652452719506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-13T14:40:02.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652452730219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "clamp",
  "timestamp": 1652452733325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452734006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6vci8xvbpmhuc2ut7r4/1.0/artifacts/service-DemoPnfL6vci8xvbpmhuc2ut7r4-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:40:02.462Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:40:02.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "cds",
  "timestamp": 1652452726019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652452724110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "aai-ml",
  "timestamp": 1652452721816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652452719506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652452730219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "clamp",
  "timestamp": 1652452733325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-13T14:40:02.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652452724110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "cds",
  "timestamp": 1652452726019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:40:02.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "aai-ml",
  "timestamp": 1652452721816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:40:02.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652452719506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:40:02.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652452730219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "clamp",
  "timestamp": 1652452733325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652452736605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:40:02.464Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:40:02.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "cds",
  "timestamp": 1652452736697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:40:02.465Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:40:02.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "aai-ml",
  "timestamp": 1652452736703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:40:02.465Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:40:02.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652452730219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:40:02.465Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "policy-id",
  "timestamp": 1652452736297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.465Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "clamp",
  "timestamp": 1652452733325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.465Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "cds",
  "timestamp": 1652452737703,
  "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=?
2022-05-13T14:40:02.478Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:40:02.478Z||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.
2022-05-13T14:40:02.478Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:40:02.485Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c5c41c82-b5f6-4707-acd4-cb24e8451415
2022-05-13T14:40:02.485Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5c41c82-b5f6-4707-acd4-cb24e8451415 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:40:02.493Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:40:02.493Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:40:02.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652452737927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:40:02.494Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:40:02.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "policy-id",
  "timestamp": 1652452736297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.494Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "clamp",
  "timestamp": 1652452733325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.494Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652452738205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:40:02.494Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:40:02.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "policy-id",
  "timestamp": 1652452736297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-13T14:40:02.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "clamp",
  "timestamp": 1652452733325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652452739189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:40:02.496Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:40:02.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "policy-id",
  "timestamp": 1652452736297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "clamp",
  "timestamp": 1652452733325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:40:02.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652452740204,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:40:02.501Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c5c41c82-b5f6-4707-acd4-cb24e8451415
2022-05-13T14:40:02.502Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5c41c82-b5f6-4707-acd4-cb24e8451415 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:40:02.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652452740677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:40:02.510Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:40:02.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "policy-id",
  "timestamp": 1652452736297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:02.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652452741208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-13T14:40:02.511Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:40:02.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652452741680,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:40:02.516Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c5c41c82-b5f6-4707-acd4-cb24e8451415
2022-05-13T14:40:02.516Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5c41c82-b5f6-4707-acd4-cb24e8451415 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:40:02.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:40:02.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "policy-id",
  "timestamp": 1652452736297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:40:02.525Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:40:03.378Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:40:03.379Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:40:03.380Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:40:03.381Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452796727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:40:03.481Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:40:03.482Z||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.
2022-05-13T14:40:03.482Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:40:03.495Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:40:03.496Z||pool-57-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:40:04.381Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "48b88014-f440-4cdd-b9d6-1206e976926f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1f62512d-842a-4b5f-97c0-8469ab8a9a63",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "90ad92d9-8ce7-45ef-a813-4ad92b37e562",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f0ad9fc4-15ff-426b-895a-36c4c0176c39",
      "resourceInvariantUUID": "ce39d0f7-79b9-42e4-85d4-75f6ce16e11e",
      "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": "YmNmZDU1OWJmNzZmYTk3NjQwZTBlZjdhY2I2ZTc1ODE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9c60cc27-cbf0-4b0d-b128-d9e0741a812b",
          "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": "6a64f935-f908-4484-9107-7749473901b1",
          "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": "e53391a1-0ae7-4029-87ef-35691fbfffce",
            "generatedFromUUID": "6a64f935-f908-4484-9107-7749473901b1"
          },
          "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": "e53391a1-0ae7-4029-87ef-35691fbfffce",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OWFiMjcwMzk1MTVhMThjOGYyYWQxZjlhZTY0YjE2MGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8c34eea1-d3dd-4783-9be2-26e993ec057f"
    }
  ],
  "workloadContext": "Production"
}
2022-05-13T14:40:04.382Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-13T14:40:04.382Z|5329d41b-4449-487a-ae29-9b28ea81962b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 48b88014-f440-4cdd-b9d6-1206e976926f ASDC
2022-05-13T14:40:04.383Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:c5c41c82-b5f6-4707-acd4-cb24e8451415
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:48b88014-f440-4cdd-b9d6-1206e976926f
ServiceInvariantUUID:1f62512d-842a-4b5f-97c0-8469ab8a9a63
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:8c34eea1-d3dd-4783-9be2-26e993ec057f
ArtifactChecksum:OWFiMjcwMzk1MTVhMThjOGYyYWQxZjlhZTY0YjE2MGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:90ad92d9-8ce7-45ef-a813-4ad92b37e562
ResourceInvariantUUID:ce39d0f7-79b9-42e4-85d4-75f6ce16e11e
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:f0ad9fc4-15ff-426b-895a-36c4c0176c39
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:9c60cc27-cbf0-4b0d-b128-d9e0741a812b
ArtifactChecksum:YmNmZDU1OWJmNzZmYTk3NjQwZTBlZjdhY2I2ZTc1ODE=
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:6a64f935-f908-4484-9107-7749473901b1
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:e53391a1-0ae7-4029-87ef-35691fbfffce
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:e53391a1-0ae7-4029-87ef-35691fbfffce
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-13T14:40:04.383Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 48b88014-f440-4cdd-b9d6-1206e976926f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-13T14:40:04.417Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-13T14:40:04.418Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-13T14:40:04.418Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-13T14:40:04.418Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8c34eea1-d3dd-4783-9be2-26e993ec057f from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-13T14:40:04.418Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-13T14:40:04.418Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-13T14:40:04.714Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-13T14:40:04.719Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 8c34eea1-d3dd-4783-9be2-26e993ec057f 71072
2022-05-13T14:40:04.719Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-13T14:40:04.719Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-13T14:40:04.719Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T14:40:04.719Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:40:04.721Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:40:04.721Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452804719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:40:04.822Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-13T14:40:04.822Z||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.
2022-05-13T14:40:04.823Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:40:04.838Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:40:04.838Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-13T14:40:05.722Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-13T14:40:05.723Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-13T14:40:05.723Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 8c34eea1-d3dd-4783-9be2-26e993ec057f, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-13T14:40:05.724Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-05-13T14:40:05.724Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-13T14:40:05.724Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-05-13T14:40:05.881Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7174671945642594179/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-05-13T14:40:06.793Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-13T14:40:06.793Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-13T14:40:06.794Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-13T14:40:06.794Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-13T14:40:06.794Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-13T14:40:06.794Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-13T14:40:06.794Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-13T14:40:06.794Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-13T14:40:06.794Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-13T14:40:06.794Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-13T14:40:06.794Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-13T14:40:06.794Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-13T14:40:06.794Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-13T14:40:06.794Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-13T14:40:06.794Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:40:06.795Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:40:06.795Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-13T14:40:06.795Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-13T14:40:06.795Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-13T14:40:06.795Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:40:06.795Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:40:06.795Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-13T14:40:06.795Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-13T14:40:06.796Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-13T14:40:06.796Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:40:06.796Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:40:06.796Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:40:06.796Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-13T14:40:06.796Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-13T14:40:06.796Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-13T14:40:06.796Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-13T14:40:06.796Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-13T14:40:06.796Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-13T14:40:06.797Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:40:06.797Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-13T14:40:06.797Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:40:06.797Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-13T14:40:06.797Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:40:06.797Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:40:06.797Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-13T14:40:06.797Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:40:06.797Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:40:06.797Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-13T14:40:06.797Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:40:06.797Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:40:06.798Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-13T14:40:06.798Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-13T14:40:06.798Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-13T14:40:06.798Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2f32a00c-d8dd-43e0-8fb4-f11c0e3fd2b9
2022-05-13T14:40:06.798Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:40:06.798Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:40:06.798Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:40:06.798Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:40:06.798Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:40:06.798Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:40:06.798Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:40:06.798Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:40:06.798Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:48b88014-f440-4cdd-b9d6-1206e976926f
Model Version:NULL
Model InvariantUuid:1f62512d-842a-4b5f-97c0-8469ab8a9a63
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:e126a04f-60d3-49d8-b949-8e9a550dd270
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ce39d0f7-79b9-42e4-85d4-75f6ce16e11e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:90ad92d9-8ce7-45ef-a813-4ad92b37e562
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:92726112-fe85-4ffe-8587-0eb0beb9c455
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:2065fc83-d6ea-4357-99ec-b2ff785c9536
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2f32a00c-d8dd-43e0-8fb4-f11c0e3fd2b9
ModelInvariantUuid:21893cd0-9415-45bd-8179-173f91aeb267
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:5ee4aed9-2a42-465a-b946-5e5aeef466a3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4eb1a478-4638-432d-a4de-b239292d6654
ModelInvariantUuid:f85fa956-8d5c-4b17-aa83-9460d1950b1e
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:784c3107-c2ca-495f-bf6b-8c2510909413
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-13T14:40:06.805Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: f0ad9fc4-15ff-426b-895a-36c4c0176c39
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-13T14:40:06.807Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||basic_vm 0
2022-05-13T14:40:06.807Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f0ad9fc4-15ff-426b-895a-36c4c0176c39
2022-05-13T14:40:06.807Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9c60cc27-cbf0-4b0d-b128-d9e0741a812b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-13T14:40:06.807Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-13T14:40:06.807Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||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
2022-05-13T14:40:07.204Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-13T14:40:07.205Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 9c60cc27-cbf0-4b0d-b128-d9e0741a812b 787
2022-05-13T14:40:07.205Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||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
2022-05-13T14:40:07.205Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||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
2022-05-13T14:40:07.206Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T14:40:07.206Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:40:07.208Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:40:07.208Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452807205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:40:07.308Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:40:07.309Z||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.
2022-05-13T14:40:07.309Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:40:07.322Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:40:07.323Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:40:08.208Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "92726112-fe85-4ffe-8587-0eb0beb9c455",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2065fc83-d6ea-4357-99ec-b2ff785c9536",
    "vfModuleModelCustomizationUUID": "8a7d0987-6e7f-46bb-912e-25046e1af895",
    "isBase": true,
    "artifacts": [
      "6a64f935-f908-4484-9107-7749473901b1",
      "e53391a1-0ae7-4029-87ef-35691fbfffce"
    ],
    "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": ""
    }
  }
]
2022-05-13T14:40:08.213Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2065fc83-d6ea-4357-99ec-b2ff785c9536
VfModuleModelInvariantUUID:92726112-fe85-4ffe-8587-0eb0beb9c455
VfModuleModelDescription:NULL
Artifacts UUID List:{
6a64f935-f908-4484-9107-7749473901b1
,
e53391a1-0ae7-4029-87ef-35691fbfffce

}
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


}

2022-05-13T14:40:08.216Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "92726112-fe85-4ffe-8587-0eb0beb9c455",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2065fc83-d6ea-4357-99ec-b2ff785c9536",
    "vfModuleModelCustomizationUUID": "8a7d0987-6e7f-46bb-912e-25046e1af895",
    "isBase": true,
    "artifacts": [
      "6a64f935-f908-4484-9107-7749473901b1",
      "e53391a1-0ae7-4029-87ef-35691fbfffce"
    ],
    "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": ""
    }
  }
]
2022-05-13T14:40:08.216Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2065fc83-d6ea-4357-99ec-b2ff785c9536
VfModuleModelInvariantUUID:92726112-fe85-4ffe-8587-0eb0beb9c455
VfModuleModelDescription:NULL
Artifacts UUID List:{
6a64f935-f908-4484-9107-7749473901b1
,
e53391a1-0ae7-4029-87ef-35691fbfffce

}
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


}

2022-05-13T14:40:08.216Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6a64f935-f908-4484-9107-7749473901b1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-13T14:40:08.216Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-13T14:40:08.216Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-13T14:40:08.504Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-13T14:40:08.505Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 6a64f935-f908-4484-9107-7749473901b1 5033
2022-05-13T14:40:08.505Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||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
2022-05-13T14:40:08.505Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||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
2022-05-13T14:40:08.505Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T14:40:08.506Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:40:08.508Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:40:08.508Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452808505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:40:08.608Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:40:08.609Z||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.
2022-05-13T14:40:08.609Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:40:08.623Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:40:08.624Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:40:09.508Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e53391a1-0ae7-4029-87ef-35691fbfffce from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-13T14:40:09.509Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-13T14:40:09.509Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-13T14:40:09.555Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-13T14:40:09.556Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env e53391a1-0ae7-4029-87ef-35691fbfffce 903
2022-05-13T14:40:09.556Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||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
2022-05-13T14:40:09.556Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||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
2022-05-13T14:40:09.556Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T14:40:09.556Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:40:09.558Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:40:09.558Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452809556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:40:09.658Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:40:09.659Z||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.
2022-05-13T14:40:09.659Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:40:09.674Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:40:09.674Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-13T14:40:10.559Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 48b88014-f440-4cdd-b9d6-1206e976926f
2022-05-13T14:40:10.559Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 f0ad9fc4-15ff-426b-895a-36c4c0176c39 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-13T14:40:10.575Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@39a0c7c4, org.onap.sdc.toscaparser.api.parameters.Input@76b4d5f3, org.onap.sdc.toscaparser.api.parameters.Input@461ad250, org.onap.sdc.toscaparser.api.parameters.Input@6b32659f, org.onap.sdc.toscaparser.api.parameters.Input@549311da]
2022-05-13T14:40:10.577Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:40:10.577Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:40:10.577Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-05-13T14:40:10.577Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 90ad92d9-8ce7-45ef-a813-4ad92b37e562
2022-05-13T14:40:10.577Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 90ad92d9-8ce7-45ef-a813-4ad92b37e562 matches Tosca VF Customization UUID: 90ad92d9-8ce7-45ef-a813-4ad92b37e562
2022-05-13T14:40:10.577Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 90ad92d9-8ce7-45ef-a813-4ad92b37e562  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-13T14:40:10.580Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:40:10.580Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:40:10.581Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 90ad92d9-8ce7-45ef-a813-4ad92b37e562: {\"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\"}
2022-05-13T14:40:10.581Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6ca606f5
2022-05-13T14:40:10.581Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:40:10.581Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-13T14:40:10.581Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8a7d0987-6e7f-46bb-912e-25046e1af895
2022-05-13T14:40:10.581Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8a7d0987-6e7f-46bb-912e-25046e1af895
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-13T14:40:10.584Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:40:10.584Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-13T14:40:10.584Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:40:10.584Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:40:10.584Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-13T14:40:10.585Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:40:10.585Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:40:10.585Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-13T14:40:10.585Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-13T14:40:10.585Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-13T14:40:10.585Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2f32a00c-d8dd-43e0-8fb4-f11c0e3fd2b9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-13T14:40:10.588Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:40:10.588Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-13T14:40:10.588Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:40:10.589Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:40:10.589Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-13T14:40:10.589Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=90ad92d9-8ce7-45ef-a813-4ad92b37e562
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-13T14:40:10.591Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:40:10.591Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:40:10.592Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 48b88014-f440-4cdd-b9d6-1206e976926f: basic_vm
2022-05-13T14:40:10.592Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:40:10.592Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:40:10.592Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:40:10.592Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:40:10.607Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:40:10.608Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:40:10.608Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:40:10.608Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:40:10.608Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:40:10.608Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:40:10.608Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||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 (?, ?, ?, ?, ?)
2022-05-13T14:40:10.703Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm f0ad9fc4-15ff-426b-895a-36c4c0176c39 1 ASDC deployResourceStructure
2022-05-13T14:40:10.704Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||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
2022-05-13T14:40:10.704Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||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
2022-05-13T14:40:10.704Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-13T14:40:10.704Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:40:10.707Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:40:10.707Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452810704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-13T14:40:10.807Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:40:10.808Z||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.
2022-05-13T14:40:10.808Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:40:10.821Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:40:10.822Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:40:11.708Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||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
2022-05-13T14:40:11.709Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||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
2022-05-13T14:40:11.709Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-13T14:40:11.709Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:40:11.711Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:40:11.712Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452811708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-13T14:40:11.812Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:40:11.813Z||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.
2022-05-13T14:40:11.813Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:40:11.831Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:40:11.832Z||pool-63-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:40:12.713Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||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
2022-05-13T14:40:12.713Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||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
2022-05-13T14:40:12.713Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-13T14:40:12.713Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:40:12.715Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:40:12.715Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452812712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-13T14:40:12.816Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:40:12.817Z||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.
2022-05-13T14:40:12.817Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:40:12.831Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:40:12.832Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:40:13.716Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-13T14:40:13.717Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-13T14:40:13.717Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-13T14:40:13.717Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:40:13.718Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:40:13.718Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452813716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:40:13.818Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:40:13.819Z||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.
2022-05-13T14:40:13.819Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:40:13.835Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:40:13.835Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:40:14.719Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5c41c82-b5f6-4707-acd4-cb24e8451415
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:40:14.732Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5c41c82-b5f6-4707-acd4-cb24e8451415
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:40:14.734Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T14:40:14.735Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-13T14:40:14.735Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-13T14:40:44.735Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5c41c82-b5f6-4707-acd4-cb24e8451415
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:40:44.747Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5c41c82-b5f6-4707-acd4-cb24e8451415
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:40:44.749Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T14:40:44.749Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-13T14:40:44.750Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-13T14:41:02.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:41:02.422Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:41:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:41:02.449Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:41:02.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:41:02.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "policy-id",
  "timestamp": 1652452736297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:41:02.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:41:02.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:41:02.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "policy-id",
  "timestamp": 1652452744220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:41:02.452Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:41:02.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:41:02.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "aai-ml",
  "timestamp": 1652452744910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:41:02.452Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:41:02.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:41:02.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "policy-id",
  "timestamp": 1652452745223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:41:02.452Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:41:02.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:41:02.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "aai-ml",
  "timestamp": 1652452745913,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:41:02.462Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c5c41c82-b5f6-4707-acd4-cb24e8451415
2022-05-13T14:41:02.462Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5c41c82-b5f6-4707-acd4-cb24e8451415 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:41:02.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:41:02.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "policy-id",
  "timestamp": 1652452746226,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:41:02.477Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c5c41c82-b5f6-4707-acd4-cb24e8451415
2022-05-13T14:41:02.477Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5c41c82-b5f6-4707-acd4-cb24e8451415 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-13T14:41:02.488Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:41:02.488Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "clamp",
  "timestamp": 1652452753333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:41:02.488Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:41:02.488Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:41:02.488Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "clamp",
  "timestamp": 1652452755339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:41:02.488Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:41:02.488Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:41:02.488Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "clamp",
  "timestamp": 1652452756342,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:41:02.494Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c5c41c82-b5f6-4707-acd4-cb24e8451415
2022-05-13T14:41:02.495Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5c41c82-b5f6-4707-acd4-cb24e8451415 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:41:02.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:41:02.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5329d41b-4449-487a-ae29-9b28ea81962b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452795712,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-13T14:41:02.505Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:41:02.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:41:02.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452796727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:41:02.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:41:02.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:41:02.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452796727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-13T14:41:02.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:41:02.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:41:02.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452796727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-13T14:41:02.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:41:02.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:41:02.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452796727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:41:02.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:41:02.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:41:02.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452796727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-13T14:41:02.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:41:14.750Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5c41c82-b5f6-4707-acd4-cb24e8451415
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:41:14.762Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5c41c82-b5f6-4707-acd4-cb24e8451415
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:41:14.765Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T14:41:14.765Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-13T14:41:14.765Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-13T14:41:14.765Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-13T14:41:14.765Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:41:14.765Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:41:14.765Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:41:14.765Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:41:14.765Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:41:14.765Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:41:14.766Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:41:14.771Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-13T14:41:44.771Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c5c41c82-b5f6-4707-acd4-cb24e8451415 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-13T14:41:44.777Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c5c41c82-b5f6-4707-acd4-cb24e8451415 and serviceModelVersionId: 48b88014-f440-4cdd-b9d6-1206e976926f
2022-05-13T14:41:44.777Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1f62512d-842a-4b5f-97c0-8469ab8a9a63
2022-05-13T14:41:44.778Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1f62512d-842a-4b5f-97c0-8469ab8a9a63/model-vers/model-ver/48b88014-f440-4cdd-b9d6-1206e976926f?depth=0
2022-05-13T14:41:44.781Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-13T14:41:44.810Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f62512d-842a-4b5f-97c0-8469ab8a9a63/model-vers/model-ver/48b88014-f440-4cdd-b9d6-1206e976926f?depth=0|INFO|500||Invoke
2022-05-13T14:41:44.811Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f62512d-842a-4b5f-97c0-8469ab8a9a63/model-vers/model-ver/48b88014-f440-4cdd-b9d6-1206e976926f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f62512d-842a-4b5f-97c0-8469ab8a9a63/model-vers/model-ver/48b88014-f440-4cdd-b9d6-1206e976926f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c5c41c82-b5f6-4707-acd4-cb24e8451415], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c1a14e27-3ae6-4cfb-aa7c-795b83bdeb5b], X-ECOMP-RequestID=[c5c41c82-b5f6-4707-acd4-cb24e8451415], X-TransactionId=[], X-ONAP-RequestID=[c5c41c82-b5f6-4707-acd4-cb24e8451415], Content-Type=[application/merge-patch+json]}
2022-05-13T14:41:44.831Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f62512d-842a-4b5f-97c0-8469ab8a9a63/model-vers/model-ver/48b88014-f440-4cdd-b9d6-1206e976926f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-13T14:41:45.103Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f62512d-842a-4b5f-97c0-8469ab8a9a63/model-vers/model-ver/48b88014-f440-4cdd-b9d6-1206e976926f?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/1f62512d-842a-4b5f-97c0-8469ab8a9a63/model-vers/model-ver/48b88014-f440-4cdd-b9d6-1206e976926f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220513-14:41:44:841-34415], vertex-id=[168088], Content-Length=[0], Date=[Fri, 13 May 2022 14:41:44 GMT], Content-Type=[application/json]}
2022-05-13T14:41:45.103Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f62512d-842a-4b5f-97c0-8469ab8a9a63/model-vers/model-ver/48b88014-f440-4cdd-b9d6-1206e976926f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-13T14:41:45.104Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f62512d-842a-4b5f-97c0-8469ab8a9a63/model-vers/model-ver/48b88014-f440-4cdd-b9d6-1206e976926f?depth=0|INFO|500||InvokeReturn
2022-05-13T14:41:45.104Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-13T14:41:45.104Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-13T14:41:45.109Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-13T14:41:45.109Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c5c41c82-b5f6-4707-acd4-cb24e8451415 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-13T14:41:45.110Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-13T14:41:45.110Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:41:45.112Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:41:45.112Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452905109,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-13T14:41:45.212Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:41:45.213Z||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.
2022-05-13T14:41:45.213Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:41:45.230Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:41:45.230Z||pool-66-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-13T14:41:46.129Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:41:46.130Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:41:46.130Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:41:55.679Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:41:55.679Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:41:55.680Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:41:55.680Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:42:02.421Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:42:02.422Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:42:02.422Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:42:02.457Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:42:02.458Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:42:02.458Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452796727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:42:02.459Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:42:05.221Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:42:05.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:42:05.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:42:05.222Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:42:14.766Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:42:14.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:42:14.767Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:42:14.767Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:42:24.317Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:42:24.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:42:24.318Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:42:24.318Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:42:33.877Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:43:02.420Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:43:02.420Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:43:02.420Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:43:02.421Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:43:02.422Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:43:02.422Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:43:02.445Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:43:02.445Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:43:02.445Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452796727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:43:02.446Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:43:02.446Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:43:02.446Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452804719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:43:02.446Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:43:02.446Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:43:02.446Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452807205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:43:02.446Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:43:02.446Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:43:02.446Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452808505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:43:02.446Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:43:02.446Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:43:02.446Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452809556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:43:02.447Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:43:02.447Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:43:02.447Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452810704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-13T14:43:02.447Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:43:02.447Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:43:02.447Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452811708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-13T14:43:02.447Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:43:02.447Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:43:02.447Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452812712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-13T14:43:02.447Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:43:02.447Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:43:02.447Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452813716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:43:02.447Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:43:11.967Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:44:02.420Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:44:02.420Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:44:02.420Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:44:02.421Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:44:02.422Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:44:02.422Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:44:02.450Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:44:02.451Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:44:02.451Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5c41c82-b5f6-4707-acd4-cb24e8451415",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652452905109,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-13T14:44:02.452Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:44:03.052Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:44:03.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-13T14:44:03.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"1c64cf94-d7f1-44ee-bc88-6ddc413b48b6","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"4d86eb6d-86e0-49bd-b714-636697783143","serviceDescription":"service","serviceInvariantUUID":"7117c5f9-29b1-4df0-a81e-3a04fb102f69","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a7e32d73-f724-4f83-992f-cea0a6f18e6a","resourceInvariantUUID":"e4859649-48b2-4ec2-94cd-c593b4f868b5","resourceCustomizationUUID":"ecc96e1b-1a11-46d5-ab20-114a197d0434","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":"Y2FjNzlhOWJiYjZhMzA1MTMyNmRjZmY5NWFiM2UzMjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec793385-e8be-448e-ae98-ad329cbdfc9b","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":"28ded6f3-278d-490f-9200-60755a4b06bd","artifactVersion":"2","generatedFromUUID":"c25d5c72-f4bb-4d6f-a947-9afbce76efac"},{"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":"c25d5c72-f4bb-4d6f-a947-9afbce76efac","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":"ZDhkNTNiZDdmOWJiMDBiY2M5ZDQxNTlmODY4ZmFmYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7c7b0b93-e4e5-4750-87a9-ecb2e918447b","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":"4311df16-55d6-4a2a-94c1-14ce99db7a4c","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":"8996f31d-4c2e-4652-8c84-eca3c4d4e078","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":"113d38c3-5169-4e3d-a6c6-cf3545f20c42","artifactVersion":"2","generatedFromUUID":"4311df16-55d6-4a2a-94c1-14ce99db7a4c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MzNlMDNkODk4Mjk2OTUxZGNiNzI4OGNjODMzNjQ3ODA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1210ca81-dbaf-48a1-b4a5-8f11a7da6956","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MTMyZDhkNzBiNWYxZTE0ODJiNTgzMTU1MTRmNmJmYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a72ffc45-6315-4bd6-bf1a-ece4c9505ae1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-13T14:44:03.056Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:44:03.057Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:44:03.060Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:44:03.060Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453042420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:44:03.160Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:44:03.161Z||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.
2022-05-13T14:44:03.161Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:44:03.177Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:44:03.178Z||pool-67-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:44:04.060Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:44:04.061Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:44:04.064Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:44:04.064Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453042420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-13T14:44:04.164Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:44:04.165Z||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.
2022-05-13T14:44:04.165Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:44:04.178Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:44:04.178Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:44:05.065Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:44:05.066Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:44:05.068Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:44:05.068Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453042420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-13T14:44:05.168Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:44:05.169Z||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.
2022-05-13T14:44:05.169Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:44:05.184Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:44:05.185Z||pool-69-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:44:06.069Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:44:06.070Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:44:06.072Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:44:06.072Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453042420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-13T14:44:06.173Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:44:06.173Z||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.
2022-05-13T14:44:06.173Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:44:06.187Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:44:06.187Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:44:07.073Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:44:07.073Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:44:07.075Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:44:07.075Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453042420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-13T14:44:07.175Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:44:07.176Z||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.
2022-05-13T14:44:07.176Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:44:07.194Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:44:07.194Z||pool-71-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-13T14:44:08.075Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:44:08.076Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:44:08.077Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:44:08.077Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453042420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:44:08.178Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-13T14:44:08.178Z||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.
2022-05-13T14:44:08.178Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:44:08.193Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:44:08.193Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:44:09.078Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:44:09.079Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:44:09.081Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:44:09.081Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453042420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-13T14:44:09.181Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:44:09.182Z||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.
2022-05-13T14:44:09.182Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:44:09.194Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:44:09.194Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:44:10.082Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:44:10.082Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:44:10.084Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:44:10.084Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453042420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:44:10.184Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:44:10.185Z||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.
2022-05-13T14:44:10.185Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:44:10.200Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:44:10.200Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-13T14:44:11.084Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:44:11.086Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:44:11.088Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:44:11.089Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453042420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:44:11.189Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:44:11.189Z||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.
2022-05-13T14:44:11.189Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:44:11.203Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:44:11.204Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:44:12.090Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "4d86eb6d-86e0-49bd-b714-636697783143",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7117c5f9-29b1-4df0-a81e-3a04fb102f69",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "ecc96e1b-1a11-46d5-ab20-114a197d0434",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a7e32d73-f724-4f83-992f-cea0a6f18e6a",
      "resourceInvariantUUID": "e4859649-48b2-4ec2-94cd-c593b4f868b5",
      "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": "28ded6f3-278d-490f-9200-60755a4b06bd",
          "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": "c25d5c72-f4bb-4d6f-a947-9afbce76efac",
          "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": "ZDhkNTNiZDdmOWJiMDBiY2M5ZDQxNTlmODY4ZmFmYTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7c7b0b93-e4e5-4750-87a9-ecb2e918447b",
          "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": "4311df16-55d6-4a2a-94c1-14ce99db7a4c",
          "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": "113d38c3-5169-4e3d-a6c6-cf3545f20c42",
            "generatedFromUUID": "4311df16-55d6-4a2a-94c1-14ce99db7a4c"
          },
          "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": "113d38c3-5169-4e3d-a6c6-cf3545f20c42",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MTMyZDhkNzBiNWYxZTE0ODJiNTgzMTU1MTRmNmJmYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a72ffc45-6315-4bd6-bf1a-ece4c9505ae1"
    }
  ],
  "workloadContext": "Production"
}
2022-05-13T14:44:12.090Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-13T14:44:12.090Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 4d86eb6d-86e0-49bd-b714-636697783143 ASDC
2022-05-13T14:44:12.090Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:1c64cf94-d7f1-44ee-bc88-6ddc413b48b6
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:4d86eb6d-86e0-49bd-b714-636697783143
ServiceInvariantUUID:7117c5f9-29b1-4df0-a81e-3a04fb102f69
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:a72ffc45-6315-4bd6-bf1a-ece4c9505ae1
ArtifactChecksum:MTMyZDhkNzBiNWYxZTE0ODJiNTgzMTU1MTRmNmJmYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:ecc96e1b-1a11-46d5-ab20-114a197d0434
ResourceInvariantUUID:e4859649-48b2-4ec2-94cd-c593b4f868b5
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:a7e32d73-f724-4f83-992f-cea0a6f18e6a
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:28ded6f3-278d-490f-9200-60755a4b06bd
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:c25d5c72-f4bb-4d6f-a947-9afbce76efac
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:7c7b0b93-e4e5-4750-87a9-ecb2e918447b
ArtifactChecksum:ZDhkNTNiZDdmOWJiMDBiY2M5ZDQxNTlmODY4ZmFmYTM=
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:4311df16-55d6-4a2a-94c1-14ce99db7a4c
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:113d38c3-5169-4e3d-a6c6-cf3545f20c42
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:113d38c3-5169-4e3d-a6c6-cf3545f20c42
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-13T14:44:12.090Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d86eb6d-86e0-49bd-b714-636697783143 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:44:12.121Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-13T14:44:12.121Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-13T14:44:12.121Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-13T14:44:12.122Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a72ffc45-6315-4bd6-bf1a-ece4c9505ae1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-13T14:44:12.122Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-13T14:44:12.122Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-13T14:44:12.181Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-13T14:44:12.184Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar a72ffc45-6315-4bd6-bf1a-ece4c9505ae1 68950
2022-05-13T14:44:12.184Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-13T14:44:12.184Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-13T14:44:12.184Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T14:44:12.184Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:44:12.186Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:44:12.186Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453052184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:44:12.286Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:44:12.287Z||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.
2022-05-13T14:44:12.288Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:44:12.301Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:44:12.301Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:44:13.186Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-13T14:44:13.188Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-13T14:44:13.188Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: a72ffc45-6315-4bd6-bf1a-ece4c9505ae1, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-13T14:44:13.201Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-05-13T14:44:13.201Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-13T14:44:13.201Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-13T14:44:13.287Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2280981725757703307/Definitions/service-BasicCnf-template.yml
2022-05-13T14:44:14.200Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-13T14:44:14.201Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-13T14:44:14.201Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-13T14:44:14.201Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-13T14:44:14.201Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-13T14:44:14.201Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-13T14:44:14.201Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-13T14:44:14.201Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-13T14:44:14.201Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-13T14:44:14.201Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:44:14.201Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:44:14.201Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-13T14:44:14.202Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-13T14:44:14.202Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-13T14:44:14.202Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:44:14.202Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:44:14.202Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-13T14:44:14.202Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-13T14:44:14.202Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-13T14:44:14.202Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:44:14.203Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:44:14.203Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:44:14.203Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-13T14:44:14.203Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-05-13T14:44:14.203Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2022-05-13T14:44:14.203Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-13T14:44:14.203Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:44:14.204Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-13T14:44:14.204Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:44:14.204Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-13T14:44:14.204Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:44:14.204Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:44:14.204Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-13T14:44:14.205Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:44:14.205Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:44:14.205Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-13T14:44:14.205Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:44:14.205Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:44:14.205Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-13T14:44:14.205Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-13T14:44:14.205Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d6d39137-e0c7-4082-a500-de85fbab10a0
2022-05-13T14:44:14.206Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:44:14.206Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:44:14.206Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:44:14.206Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:44:14.206Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:44:14.206Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:44:14.206Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:44:14.206Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:44:14.207Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:4d86eb6d-86e0-49bd-b714-636697783143
Model Version:NULL
Model InvariantUuid:7117c5f9-29b1-4df0-a81e-3a04fb102f69
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:8401b275-00d1-49c0-82ef-ed789f49f186
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e4859649-48b2-4ec2-94cd-c593b4f868b5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ecc96e1b-1a11-46d5-ab20-114a197d0434
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:53c280eb-638a-4375-8099-0e4b97afd166
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:910b7bd3-f401-4557-b0bc-83464cbae594
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d6d39137-e0c7-4082-a500-de85fbab10a0
ModelInvariantUuid:6d10de79-8703-4c32-87ba-d3e8706ea84e
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:b4d4ff2f-5d22-4d28-a099-7b1e4da61d1e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:b8ae2ece-b86a-47b7-89be-00fd4b154ba2
ModelInvariantUuid:bdac6376-a314-4ad7-89d0-286f3ccdd828
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:b9b3ddf7-dc8b-4882-8b9c-067edd110859
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-13T14:44:14.213Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: a7e32d73-f724-4f83-992f-cea0a6f18e6a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-13T14:44:14.216Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||basic_cnf 0
2022-05-13T14:44:14.216Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a7e32d73-f724-4f83-992f-cea0a6f18e6a
2022-05-13T14:44:14.216Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 28ded6f3-278d-490f-9200-60755a4b06bd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-13T14:44:14.216Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-13T14:44:14.217Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||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
2022-05-13T14:44:14.268Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-13T14:44:14.268Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 28ded6f3-278d-490f-9200-60755a4b06bd 12
2022-05-13T14:44:14.269Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||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
2022-05-13T14:44:14.269Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||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
2022-05-13T14:44:14.270Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T14:44:14.270Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:44:14.272Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:44:14.272Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453054269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:44:14.372Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:44:14.373Z||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.
2022-05-13T14:44:14.373Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:44:14.387Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:44:14.388Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-13T14:44:15.272Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c25d5c72-f4bb-4d6f-a947-9afbce76efac from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-13T14:44:15.273Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-13T14:44:15.274Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||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
2022-05-13T14:44:15.503Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-13T14:44:15.503Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz c25d5c72-f4bb-4d6f-a947-9afbce76efac 2688
2022-05-13T14:44:15.503Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||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
2022-05-13T14:44:15.503Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||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
2022-05-13T14:44:15.504Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T14:44:15.504Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:44:15.506Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:44:15.506Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453055503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:44:15.606Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:44:15.607Z||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.
2022-05-13T14:44:15.607Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:44:15.622Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:44:15.622Z||pool-78-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:44:16.508Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7c7b0b93-e4e5-4750-87a9-ecb2e918447b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-13T14:44:16.508Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-13T14:44:16.508Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||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
2022-05-13T14:44:16.713Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-13T14:44:16.714Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 7c7b0b93-e4e5-4750-87a9-ecb2e918447b 828
2022-05-13T14:44:16.714Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||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
2022-05-13T14:44:16.714Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||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
2022-05-13T14:44:16.714Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T14:44:16.714Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:44:16.715Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:44:16.716Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453056714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:44:16.816Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:44:16.816Z||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.
2022-05-13T14:44:16.817Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:44:16.829Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:44:16.829Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:44:17.716Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "53c280eb-638a-4375-8099-0e4b97afd166",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "910b7bd3-f401-4557-b0bc-83464cbae594",
    "vfModuleModelCustomizationUUID": "8da0c629-9bd3-4c37-8047-ea66d033afb7",
    "isBase": true,
    "artifacts": [
      "c25d5c72-f4bb-4d6f-a947-9afbce76efac",
      "4311df16-55d6-4a2a-94c1-14ce99db7a4c",
      "113d38c3-5169-4e3d-a6c6-cf3545f20c42"
    ],
    "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": ""
    }
  }
]
2022-05-13T14:44:17.719Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:910b7bd3-f401-4557-b0bc-83464cbae594
VfModuleModelInvariantUUID:53c280eb-638a-4375-8099-0e4b97afd166
VfModuleModelDescription:NULL
Artifacts UUID List:{
c25d5c72-f4bb-4d6f-a947-9afbce76efac
,
4311df16-55d6-4a2a-94c1-14ce99db7a4c
,
113d38c3-5169-4e3d-a6c6-cf3545f20c42

}
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


}

2022-05-13T14:44:17.721Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "53c280eb-638a-4375-8099-0e4b97afd166",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "910b7bd3-f401-4557-b0bc-83464cbae594",
    "vfModuleModelCustomizationUUID": "8da0c629-9bd3-4c37-8047-ea66d033afb7",
    "isBase": true,
    "artifacts": [
      "c25d5c72-f4bb-4d6f-a947-9afbce76efac",
      "4311df16-55d6-4a2a-94c1-14ce99db7a4c",
      "113d38c3-5169-4e3d-a6c6-cf3545f20c42"
    ],
    "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": ""
    }
  }
]
2022-05-13T14:44:17.721Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:910b7bd3-f401-4557-b0bc-83464cbae594
VfModuleModelInvariantUUID:53c280eb-638a-4375-8099-0e4b97afd166
VfModuleModelDescription:NULL
Artifacts UUID List:{
c25d5c72-f4bb-4d6f-a947-9afbce76efac
,
4311df16-55d6-4a2a-94c1-14ce99db7a4c
,
113d38c3-5169-4e3d-a6c6-cf3545f20c42

}
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


}

2022-05-13T14:44:17.721Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4311df16-55d6-4a2a-94c1-14ce99db7a4c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-13T14:44:17.721Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-13T14:44:17.721Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-13T14:44:17.996Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-13T14:44:17.997Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 4311df16-55d6-4a2a-94c1-14ce99db7a4c 1164
2022-05-13T14:44:17.997Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||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
2022-05-13T14:44:17.997Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||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
2022-05-13T14:44:17.997Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T14:44:17.998Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:44:17.999Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:44:17.999Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453057997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:44:18.100Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:44:18.100Z||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.
2022-05-13T14:44:18.101Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:44:18.117Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:44:18.117Z||pool-80-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:44:19.000Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 113d38c3-5169-4e3d-a6c6-cf3545f20c42 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-13T14:44:19.000Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-13T14:44:19.001Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-13T14:44:19.399Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-13T14:44:19.400Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 113d38c3-5169-4e3d-a6c6-cf3545f20c42 200
2022-05-13T14:44:19.400Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||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
2022-05-13T14:44:19.400Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||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
2022-05-13T14:44:19.400Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T14:44:19.400Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:44:19.402Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:44:19.402Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453059400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:44:19.502Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:44:19.503Z||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.
2022-05-13T14:44:19.503Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:44:19.515Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:44:19.516Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:44:20.403Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 4d86eb6d-86e0-49bd-b714-636697783143
2022-05-13T14:44:20.403Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a7e32d73-f724-4f83-992f-cea0a6f18e6a 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 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=?
2022-05-13T14:44:20.422Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||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 toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-13T14:44:20.425Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@25f438de, org.onap.sdc.toscaparser.api.parameters.Input@61ec2af2, org.onap.sdc.toscaparser.api.parameters.Input@2bdc2210, org.onap.sdc.toscaparser.api.parameters.Input@1aaa9b97, org.onap.sdc.toscaparser.api.parameters.Input@1e9c62d4]
2022-05-13T14:44:20.426Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:44:20.426Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:44:20.427Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-05-13T14:44:20.427Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= ecc96e1b-1a11-46d5-ab20-114a197d0434
2022-05-13T14:44:20.427Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ecc96e1b-1a11-46d5-ab20-114a197d0434 matches Tosca VF Customization UUID: ecc96e1b-1a11-46d5-ab20-114a197d0434
2022-05-13T14:44:20.427Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: ecc96e1b-1a11-46d5-ab20-114a197d0434  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-13T14:44:20.429Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:44:20.429Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:44:20.429Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id ecc96e1b-1a11-46d5-ab20-114a197d0434: {\"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\"}
2022-05-13T14:44:20.430Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1a195219
2022-05-13T14:44:20.430Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:44:20.430Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-13T14:44:20.430Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8da0c629-9bd3-4c37-8047-ea66d033afb7
2022-05-13T14:44:20.430Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8da0c629-9bd3-4c37-8047-ea66d033afb7
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-13T14:44:20.432Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:44:20.432Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-13T14:44:20.432Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:44:20.433Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:44:20.433Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-13T14:44:20.433Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:44:20.433Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:44:20.433Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-13T14:44:20.433Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-13T14:44:20.434Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d6d39137-e0c7-4082-a500-de85fbab10a0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-13T14:44:20.446Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:44:20.448Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-13T14:44:20.448Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:44:20.448Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:44:20.449Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-13T14:44:20.449Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=ecc96e1b-1a11-46d5-ab20-114a197d0434
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-13T14:44:20.451Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:44:20.452Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:44:20.452Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 4d86eb6d-86e0-49bd-b714-636697783143: basic_cnf
2022-05-13T14:44:20.452Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:44:20.452Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:44:20.453Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:44:20.453Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:44:20.453Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:44:20.453Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:44:20.454Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:44:20.454Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:44:20.454Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:44:20.455Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:44:20.455Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||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 (?, ?, ?, ?, ?)
2022-05-13T14:44:20.525Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a7e32d73-f724-4f83-992f-cea0a6f18e6a 1 ASDC deployResourceStructure
2022-05-13T14:44:20.526Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||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
2022-05-13T14:44:20.526Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||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)
2022-05-13T14:44:20.527Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-13T14:44:20.527Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:44:20.529Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:44:20.529Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453060526,
  "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"
}
2022-05-13T14:44:20.629Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:44:20.630Z||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.
2022-05-13T14:44:20.630Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:44:20.643Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:44:20.643Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:44:21.530Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||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
2022-05-13T14:44:21.531Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||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)
2022-05-13T14:44:21.531Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-13T14:44:21.531Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:44:21.533Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:44:21.533Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453061530,
  "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"
}
2022-05-13T14:44:21.633Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:44:21.634Z||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.
2022-05-13T14:44:21.634Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:44:21.647Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:44:21.647Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:44:22.533Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||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
2022-05-13T14:44:22.534Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||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
2022-05-13T14:44:22.534Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-13T14:44:22.534Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:44:22.536Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:44:22.536Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453062533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-13T14:44:22.636Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:44:22.637Z||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.
2022-05-13T14:44:22.637Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:44:22.653Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:44:22.654Z||pool-84-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:44:23.536Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||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
2022-05-13T14:44:23.538Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||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
2022-05-13T14:44:23.538Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-13T14:44:23.538Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:44:23.540Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:44:23.540Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453063536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-13T14:44:23.641Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-13T14:44:23.642Z||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.
2022-05-13T14:44:23.642Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:44:23.655Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:44:23.655Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-13T14:44:24.541Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||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
2022-05-13T14:44:24.542Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||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
2022-05-13T14:44:24.542Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-13T14:44:24.543Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:44:24.545Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:44:24.545Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453064541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-13T14:44:24.645Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:44:24.646Z||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.
2022-05-13T14:44:24.646Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:44:24.660Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:44:24.661Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:44:25.546Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-13T14:44:25.546Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-13T14:44:25.546Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-13T14:44:25.547Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:44:25.548Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:44:25.548Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453065546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:44:25.649Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:44:25.649Z||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.
2022-05-13T14:44:25.649Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:44:25.663Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:44:25.664Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:44:26.549Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c64cf94-d7f1-44ee-bc88-6ddc413b48b6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:44:26.561Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c64cf94-d7f1-44ee-bc88-6ddc413b48b6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:44:26.563Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T14:44:26.563Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-13T14:44:26.563Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-13T14:44:56.564Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c64cf94-d7f1-44ee-bc88-6ddc413b48b6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:44:56.577Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c64cf94-d7f1-44ee-bc88-6ddc413b48b6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:44:56.579Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T14:44:56.580Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-13T14:44:56.580Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-13T14:45:02.422Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:45:02.422Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:45:02.422Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:45:02.455Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:45:02.456Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.457Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "cds",
  "timestamp": 1652453011019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.457Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.457Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.457Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "policy-id",
  "timestamp": 1652453016297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.457Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.458Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.458Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "cds",
  "timestamp": 1652453011019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.458Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.458Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.458Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "policy-id",
  "timestamp": 1652453016297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.458Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.458Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.458Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "cds",
  "timestamp": 1652453011019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.458Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.458Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.458Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "policy-id",
  "timestamp": 1652453016297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.458Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.458Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.459Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453019506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.459Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.459Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.459Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "cds",
  "timestamp": 1652453011019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.459Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.459Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.459Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "policy-id",
  "timestamp": 1652453016297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.459Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.459Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.459Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453019506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-13T14:45:02.459Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.459Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.460Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "cds",
  "timestamp": 1652453011019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.460Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.460Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.460Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "policy-id",
  "timestamp": 1652453016297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-13T14:45:02.460Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.460Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.460Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453019506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-13T14:45:02.460Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.460Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.460Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "aai-ml",
  "timestamp": 1652453021816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.460Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.460Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.460Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "cds",
  "timestamp": 1652453011019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.461Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.461Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.461Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "policy-id",
  "timestamp": 1652453016297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.461Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.461Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.461Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453019506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-13T14:45:02.461Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.461Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.461Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "aai-ml",
  "timestamp": 1652453021816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.461Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.461Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.461Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "cds",
  "timestamp": 1652453011019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.462Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.462Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.462Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "policy-id",
  "timestamp": 1652453016297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.462Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.462Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.462Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453019506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-13T14:45:02.462Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.462Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.462Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "aai-ml",
  "timestamp": 1652453021816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.462Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.462Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.462Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453024110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.463Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.463Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.463Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "cds",
  "timestamp": 1652453011019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.463Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.463Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.463Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "policy-id",
  "timestamp": 1652453016297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.463Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.463Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.463Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453019506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.463Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.464Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.464Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "aai-ml",
  "timestamp": 1652453021816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.464Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.464Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.464Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453024110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.464Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.464Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.464Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "cds",
  "timestamp": 1652453011019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:45:02.464Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.464Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.464Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "policy-id",
  "timestamp": 1652453016297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:45:02.464Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.464Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.464Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453019506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-13T14:45:02.464Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.464Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.464Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "aai-ml",
  "timestamp": 1652453021816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.464Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.464Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.464Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453024110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.465Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.465Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.465Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453019506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.465Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.465Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.465Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "aai-ml",
  "timestamp": 1652453021816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.465Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.465Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.465Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "cds",
  "timestamp": 1652453027610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:45:02.465Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:45:02.465Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.465Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "policy-id",
  "timestamp": 1652453027607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:45:02.465Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:45:02.465Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.465Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453024110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.465Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.465Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.465Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453019506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:45:02.465Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.465Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.465Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "aai-ml",
  "timestamp": 1652453021816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.465Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.465Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.466Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "cds",
  "timestamp": 1652453028613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:45:02.473Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1c64cf94-d7f1-44ee-bc88-6ddc413b48b6
2022-05-13T14:45:02.474Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c64cf94-d7f1-44ee-bc88-6ddc413b48b6 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:45:02.484Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.484Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "policy-id",
  "timestamp": 1652453028611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:45:02.484Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:45:02.484Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.484Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453024110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.484Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.484Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.484Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453029411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:45:02.485Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:45:02.485Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.485Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "aai-ml",
  "timestamp": 1652453021816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.485Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.485Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.485Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "policy-id",
  "timestamp": 1652453029613,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:45:02.490Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c64cf94-d7f1-44ee-bc88-6ddc413b48b6
2022-05-13T14:45:02.490Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c64cf94-d7f1-44ee-bc88-6ddc413b48b6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:45:02.502Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.502Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453024110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.502Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.502Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.502Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "aai-ml",
  "timestamp": 1652453021816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:45:02.502Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.502Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.503Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453030701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:45:02.503Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:45:02.503Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.503Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453024110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.503Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.503Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.503Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453030219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.503Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.503Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.503Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "aai-ml",
  "timestamp": 1652453031620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:45:02.504Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:45:02.504Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.504Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453024110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.504Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.504Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.504Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453030219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.504Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.504Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.504Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453031909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:45:02.504Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:45:02.505Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.505Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453024110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.505Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.505Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.505Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453030219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.505Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.505Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.505Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453033201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:45:02.505Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:45:02.505Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.505Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453030219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.506Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.506Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.506Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "clamp",
  "timestamp": 1652453033325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.506Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.506Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.506Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453034234,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:45:02.511Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c64cf94-d7f1-44ee-bc88-6ddc413b48b6
2022-05-13T14:45:02.511Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c64cf94-d7f1-44ee-bc88-6ddc413b48b6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-13T14:45:02.517Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.517Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453030219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.518Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.518Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.518Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "clamp",
  "timestamp": 1652453033325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.518Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.518Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.518Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453035238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-13T14:45:02.518Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:45:02.518Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.518Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453030219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.519Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.519Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.519Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "clamp",
  "timestamp": 1652453033325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.519Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.519Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.519Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453030219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.519Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.519Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.519Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "clamp",
  "timestamp": 1652453033325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-13T14:45:02.519Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.520Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.520Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453030219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.520Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.520Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.520Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "clamp",
  "timestamp": 1652453033325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.520Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.520Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.520Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453030219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:45:02.520Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.520Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.521Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "clamp",
  "timestamp": 1652453033325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.521Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.521Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.521Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "aai-ml",
  "timestamp": 1652453039093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:45:02.521Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:45:02.521Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.521Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "clamp",
  "timestamp": 1652453033325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.521Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.521Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.521Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "aai-ml",
  "timestamp": 1652453040096,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:45:02.526Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1c64cf94-d7f1-44ee-bc88-6ddc413b48b6
2022-05-13T14:45:02.526Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c64cf94-d7f1-44ee-bc88-6ddc413b48b6 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:45:02.534Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.534Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453040110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:45:02.535Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:45:02.535Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.535Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "clamp",
  "timestamp": 1652453033325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:45:02.535Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.535Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.535Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "clamp",
  "timestamp": 1652453033325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:45:02.535Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:45:02.535Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:45:02.535Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453042206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:45:02.535Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:45:26.580Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c64cf94-d7f1-44ee-bc88-6ddc413b48b6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:45:26.594Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c64cf94-d7f1-44ee-bc88-6ddc413b48b6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:45:26.596Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T14:45:26.596Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-13T14:45:26.596Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-13T14:45:26.597Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-13T14:45:56.597Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c64cf94-d7f1-44ee-bc88-6ddc413b48b6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:45:56.608Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c64cf94-d7f1-44ee-bc88-6ddc413b48b6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:45:56.611Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T14:45:56.611Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-13T14:45:56.611Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-13T14:45:56.611Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-13T14:46:02.421Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:46:02.422Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:46:02.422Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:46:02.954Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:46:02.955Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:46:02.955Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453042420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:46:02.955Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:46:02.956Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:46:02.956Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453043209,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:46:02.965Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1c64cf94-d7f1-44ee-bc88-6ddc413b48b6
2022-05-13T14:46:02.966Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c64cf94-d7f1-44ee-bc88-6ddc413b48b6 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:46:02.975Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:46:02.975Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453042420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-13T14:46:02.975Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:46:02.975Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:46:02.975Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453042420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-13T14:46:02.975Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:46:02.975Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:46:02.976Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "clamp",
  "timestamp": 1652453045378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:46:02.976Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:46:02.976Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:46:02.976Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453042420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-13T14:46:02.976Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:46:02.976Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:46:02.976Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453042420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-13T14:46:02.976Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:46:02.976Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:46:02.976Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "clamp",
  "timestamp": 1652453047387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:46:02.976Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:46:02.976Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:46:02.976Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453042420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:46:02.976Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:46:02.977Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:46:02.977Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "clamp",
  "timestamp": 1652453048390,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:46:02.982Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1c64cf94-d7f1-44ee-bc88-6ddc413b48b6
2022-05-13T14:46:02.982Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c64cf94-d7f1-44ee-bc88-6ddc413b48b6 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:46:02.989Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:46:02.990Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453042420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-13T14:46:02.990Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:46:02.990Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:46:02.990Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453042420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:46:02.990Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:46:02.990Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:46:02.990Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453042420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:46:02.990Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:46:02.990Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:46:02.990Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453052184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:46:02.990Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:46:02.990Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:46:02.990Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453054269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:46:02.991Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:46:02.991Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:46:02.991Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453055503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:46:02.991Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:46:02.991Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:46:02.991Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453056714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:46:02.991Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:46:02.991Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:46:02.991Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453057997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:46:02.991Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:46:02.991Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:46:02.991Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453059400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:46:02.991Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:46:02.992Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:46:02.992Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453060526,
  "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"
}
2022-05-13T14:46:02.992Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:46:02.992Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:46:02.992Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453061530,
  "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"
}
2022-05-13T14:46:02.992Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:46:02.992Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:46:02.992Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453062533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-13T14:46:02.992Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:46:02.992Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:46:02.992Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453063536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-13T14:46:02.993Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:46:02.993Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:46:02.993Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453064541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-13T14:46:02.993Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:46:02.993Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T14:46:02.993Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453065546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:46:02.993Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:46:26.612Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c64cf94-d7f1-44ee-bc88-6ddc413b48b6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:46:26.630Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c64cf94-d7f1-44ee-bc88-6ddc413b48b6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:46:26.635Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T14:46:26.635Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-13T14:46:26.635Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-13T14:46:26.635Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-13T14:46:26.635Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:46:26.636Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:46:26.636Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:46:26.636Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:46:26.636Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:46:26.636Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:46:26.636Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:46:26.642Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-13T14:46:56.643Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1c64cf94-d7f1-44ee-bc88-6ddc413b48b6 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-13T14:46:56.652Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1c64cf94-d7f1-44ee-bc88-6ddc413b48b6 and serviceModelVersionId: 4d86eb6d-86e0-49bd-b714-636697783143
2022-05-13T14:46:56.652Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7117c5f9-29b1-4df0-a81e-3a04fb102f69
2022-05-13T14:46:56.653Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7117c5f9-29b1-4df0-a81e-3a04fb102f69/model-vers/model-ver/4d86eb6d-86e0-49bd-b714-636697783143?depth=0
2022-05-13T14:46:56.657Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-05-13T14:46:56.689Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7117c5f9-29b1-4df0-a81e-3a04fb102f69/model-vers/model-ver/4d86eb6d-86e0-49bd-b714-636697783143?depth=0|INFO|500||Invoke
2022-05-13T14:46:56.690Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7117c5f9-29b1-4df0-a81e-3a04fb102f69/model-vers/model-ver/4d86eb6d-86e0-49bd-b714-636697783143?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7117c5f9-29b1-4df0-a81e-3a04fb102f69/model-vers/model-ver/4d86eb6d-86e0-49bd-b714-636697783143?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1c64cf94-d7f1-44ee-bc88-6ddc413b48b6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b338e25a-6932-463d-b2c0-d02475b0d9ce], X-ECOMP-RequestID=[1c64cf94-d7f1-44ee-bc88-6ddc413b48b6], X-TransactionId=[], X-ONAP-RequestID=[1c64cf94-d7f1-44ee-bc88-6ddc413b48b6], Content-Type=[application/merge-patch+json]}
2022-05-13T14:46:56.709Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7117c5f9-29b1-4df0-a81e-3a04fb102f69/model-vers/model-ver/4d86eb6d-86e0-49bd-b714-636697783143?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-13T14:46:57.108Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7117c5f9-29b1-4df0-a81e-3a04fb102f69/model-vers/model-ver/4d86eb6d-86e0-49bd-b714-636697783143?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/7117c5f9-29b1-4df0-a81e-3a04fb102f69/model-vers/model-ver/4d86eb6d-86e0-49bd-b714-636697783143?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220513-14:46:56:718-43747], vertex-id=[209136], Content-Length=[0], Date=[Fri, 13 May 2022 14:46:56 GMT], Content-Type=[application/json]}
2022-05-13T14:46:57.109Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7117c5f9-29b1-4df0-a81e-3a04fb102f69/model-vers/model-ver/4d86eb6d-86e0-49bd-b714-636697783143?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-13T14:46:57.109Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7117c5f9-29b1-4df0-a81e-3a04fb102f69/model-vers/model-ver/4d86eb6d-86e0-49bd-b714-636697783143?depth=0|INFO|500||InvokeReturn
2022-05-13T14:46:57.109Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-13T14:46:57.110Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-13T14:46:57.115Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-13T14:46:57.115Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1c64cf94-d7f1-44ee-bc88-6ddc413b48b6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-13T14:46:57.116Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-13T14:46:57.116Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:46:57.118Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:46:57.118Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453217115,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-13T14:46:57.218Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:46:57.219Z||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.
2022-05-13T14:46:57.219Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:46:57.236Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:46:57.237Z||pool-88-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-13T14:46:58.129Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:46:58.129Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:46:58.130Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:47:02.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:47:02.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:47:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:47:03.051Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:47:03.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-13T14:47:03.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c64cf94-d7f1-44ee-bc88-6ddc413b48b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453217115,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-13T14:47:03.052Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:47:08.390Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:47:08.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:47:08.391Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:47:08.391Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:47:17.940Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:47:17.941Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:47:17.941Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:47:17.941Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:47:27.481Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:48:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:48:02.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:48:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:48:02.422Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:48:02.422Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:48:02.422Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:48:11.969Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:48:11.972Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:49:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:49:02.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:49:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:49:02.421Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:49:02.422Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:49:02.422Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:49:11.967Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:49:11.971Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:50:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:50:02.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:50:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:50:02.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:50:02.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:50:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:50:11.970Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:50:11.973Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:51:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:51:02.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:51:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:51:02.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:51:02.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:51:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:51:11.969Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:51:11.969Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:52:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:52:02.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:52:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:52:02.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:52:02.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:52:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:52:11.966Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:52:11.966Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:53:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:53:02.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:53:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:53:02.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:53:02.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:53:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:53:11.972Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:53:11.974Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:54:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:54:02.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:54:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:54:02.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:54:02.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:54:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:54:11.970Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:54:11.972Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:55:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:55:02.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:55:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:55:02.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:55:02.422Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:55:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:55:11.965Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:55:11.972Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:56:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:56:02.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:56:02.420Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:56:02.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:56:02.422Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:56:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:56:11.972Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:56:11.975Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:57:02.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:57:02.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:57:02.421Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:57:02.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:57:02.422Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:57:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:57:02.548Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:57:02.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453779506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453780219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "cds",
  "timestamp": 1652453776019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "policy-id",
  "timestamp": 1652453776297,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453779506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453780219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "cds",
  "timestamp": 1652453776019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "policy-id",
  "timestamp": 1652453776297,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "clamp",
  "timestamp": 1652453783325,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453779506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-13T14:57:02.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453780219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "cds",
  "timestamp": 1652453776019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "policy-id",
  "timestamp": 1652453776297,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.739Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453784110,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.739Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "clamp",
  "timestamp": 1652453783325,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.739Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453779506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-13T14:57:02.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453780219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "cds",
  "timestamp": 1652453776019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "policy-id",
  "timestamp": 1652453776297,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-13T14:57:02.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453784110,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "clamp",
  "timestamp": 1652453783325,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-13T14:57:02.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453779506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453780219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "cds",
  "timestamp": 1652453776019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "policy-id",
  "timestamp": 1652453776297,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453784110,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "clamp",
  "timestamp": 1652453783325,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453779506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-13T14:57:02.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453780219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "cds",
  "timestamp": 1652453776019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "policy-id",
  "timestamp": 1652453776297,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453784110,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "clamp",
  "timestamp": 1652453783325,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453779506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453780219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "cds",
  "timestamp": 1652453776019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "policy-id",
  "timestamp": 1652453776297,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453784110,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.743Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "clamp",
  "timestamp": 1652453783325,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.743Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453779506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:57:02.743Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453780219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:57:02.743Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "cds",
  "timestamp": 1652453776019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:57:02.743Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "policy-id",
  "timestamp": 1652453776297,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:57:02.743Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453784110,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.743Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "clamp",
  "timestamp": 1652453783325,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.743Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453784110,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.743Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.744Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "clamp",
  "timestamp": 1652453783325,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:57:02.744Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.744Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "cds",
  "timestamp": 1652453791202,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:57:02.744Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:57:02.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.744Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453791207,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:57:02.744Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:57:02.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.744Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453791200,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:57:02.744Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:57:02.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.744Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "policy-id",
  "timestamp": 1652453791200,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:57:02.744Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:57:02.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.744Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453784110,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.744Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.744Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "cds",
  "timestamp": 1652453792208,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:57:02.765Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 44ffeec2-d578-4832-9dc5-20eff72bfe9c
2022-05-13T14:57:02.765Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44ffeec2-d578-4832-9dc5-20eff72bfe9c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:57:02.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "policy-id",
  "timestamp": 1652453792203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:57:02.775Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:57:02.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453792606,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:57:02.776Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:57:02.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "policy-id",
  "timestamp": 1652453793205,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:57:02.782Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44ffeec2-d578-4832-9dc5-20eff72bfe9c
2022-05-13T14:57:02.782Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44ffeec2-d578-4832-9dc5-20eff72bfe9c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:57:02.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453793285,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:57:02.792Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:57:02.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453793910,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:57:02.793Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:57:02.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453794289,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:57:02.799Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 44ffeec2-d578-4832-9dc5-20eff72bfe9c
2022-05-13T14:57:02.799Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44ffeec2-d578-4832-9dc5-20eff72bfe9c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:57:02.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453794929,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:57:02.814Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44ffeec2-d578-4832-9dc5-20eff72bfe9c
2022-05-13T14:57:02.814Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44ffeec2-d578-4832-9dc5-20eff72bfe9c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-13T14:57:02.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453795934,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-13T14:57:02.822Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:57:02.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "clamp",
  "timestamp": 1652453796496,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:57:02.823Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:57:02.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "clamp",
  "timestamp": 1652453797499,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:57:02.823Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:57:02.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "policy-id",
  "timestamp": 1652453796297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "cds",
  "timestamp": 1652453793211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453799506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "clamp",
  "timestamp": 1652453800613,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-05-13T14:57:02.824Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:57:02.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "policy-id",
  "timestamp": 1652453796297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "cds",
  "timestamp": 1652453793211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453799506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-13T14:57:02.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "clamp",
  "timestamp": 1652453801616,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-05-13T14:57:02.825Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:57:02.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "policy-id",
  "timestamp": 1652453796297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-13T14:57:02.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "cds",
  "timestamp": 1652453793211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453799506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-13T14:57:02.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "aai-ml",
  "timestamp": 1652453801816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "clamp",
  "timestamp": 1652453802619,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:57:02.832Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 44ffeec2-d578-4832-9dc5-20eff72bfe9c
2022-05-13T14:57:02.832Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44ffeec2-d578-4832-9dc5-20eff72bfe9c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:57:02.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "policy-id",
  "timestamp": 1652453796297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.842Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "cds",
  "timestamp": 1652453793211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.842Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453799506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.842Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "aai-ml",
  "timestamp": 1652453801816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.842Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "policy-id",
  "timestamp": 1652453796297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.843Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "cds",
  "timestamp": 1652453793211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.843Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453799506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-13T14:57:02.843Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "aai-ml",
  "timestamp": 1652453801816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.843Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453804110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.843Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "policy-id",
  "timestamp": 1652453796297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.844Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "cds",
  "timestamp": 1652453793211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.844Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453799506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.844Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "aai-ml",
  "timestamp": 1652453801816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.844Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453804110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.844Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "policy-id",
  "timestamp": 1652453796297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "cds",
  "timestamp": 1652453793211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453799506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "aai-ml",
  "timestamp": 1652453801816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453804110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "policy-id",
  "timestamp": 1652453796297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:57:02.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "cds",
  "timestamp": 1652453793211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:57:02.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453799506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:57:02.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "aai-ml",
  "timestamp": 1652453801816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453804110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "cds",
  "timestamp": 1652453808205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:57:02.847Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:57:02.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "policy-id",
  "timestamp": 1652453808211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:57:02.847Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:57:02.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "aai-ml",
  "timestamp": 1652453801816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453808507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:57:02.848Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:57:02.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453804110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "policy-id",
  "timestamp": 1652453809215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:57:02.848Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:57:02.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "aai-ml",
  "timestamp": 1652453801816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:57:02.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453804110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.849Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453810009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:57:02.849Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:57:02.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "cds",
  "timestamp": 1652453810194,
  "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 (?, ?, ?, ?, ?)
2022-05-13T14:57:02.862Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2ee8c881-1c23-4b32-9404-ecc69ba960a3
2022-05-13T14:57:02.862Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ee8c881-1c23-4b32-9404-ecc69ba960a3 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:57:02.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "policy-id",
  "timestamp": 1652453810217,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:57:02.876Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ee8c881-1c23-4b32-9404-ecc69ba960a3
2022-05-13T14:57:02.876Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ee8c881-1c23-4b32-9404-ecc69ba960a3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:57:02.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "aai-ml",
  "timestamp": 1652453810707,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:57:02.885Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:57:02.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453804110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453810219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453811299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:57:02.886Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:57:02.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453804110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453810219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.887Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453812578,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:57:02.893Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ee8c881-1c23-4b32-9404-ecc69ba960a3
2022-05-13T14:57:02.893Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ee8c881-1c23-4b32-9404-ecc69ba960a3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-13T14:57:02.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453810219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453813583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-13T14:57:02.902Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:57:02.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453810219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "clamp",
  "timestamp": 1652453813325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453810219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "clamp",
  "timestamp": 1652453813325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-13T14:57:02.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453810219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "clamp",
  "timestamp": 1652453813325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453810219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "clamp",
  "timestamp": 1652453813325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453810219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:57:02.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "clamp",
  "timestamp": 1652453813325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "aai-ml",
  "timestamp": 1652453818594,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:57:02.906Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:57:02.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "clamp",
  "timestamp": 1652453813325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453819098,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:57:02.906Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:57:02.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "aai-ml",
  "timestamp": 1652453819598,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:57:02.912Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 44ffeec2-d578-4832-9dc5-20eff72bfe9c
2022-05-13T14:57:02.912Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44ffeec2-d578-4832-9dc5-20eff72bfe9c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:57:02.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "clamp",
  "timestamp": 1652453813325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "aai-ml",
  "timestamp": 1652453801816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "clamp",
  "timestamp": 1652453813325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:57:02.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453821274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:57:02.923Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T14:57:02.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "aai-ml",
  "timestamp": 1652453801816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:02.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:57:02.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:57:02.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453822277,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:57:02.929Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2ee8c881-1c23-4b32-9404-ecc69ba960a3
2022-05-13T14:57:02.929Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ee8c881-1c23-4b32-9404-ecc69ba960a3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T14:57:03.047Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:57:03.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:57:03.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"44ffeec2-d578-4832-9dc5-20eff72bfe9c","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"83ea57b5-cd4e-42c9-8850-d01460e8fd06","serviceDescription":"service","serviceInvariantUUID":"be9387ce-a69e-4796-8280-0ce5ccb9b42e","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3044f2f6-5340-4b30-8f4e-ac3d0ebf6cc6","resourceInvariantUUID":"03829bb7-4cc7-4afd-85b3-1d98df2b309e","resourceCustomizationUUID":"0b1b3df2-062c-4bea-af9f-c12443bc1c41","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":"8ba4589b-01f0-41cd-a262-826335507573","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":"ZWZhMmZiNGVmNzFjZGY1NTFhYjA3MDJhNTdiYTZkNmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4fefdc68-93c8-400b-ac17-4f18300c98c0","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":"MzZlY2M5ZWQ4NjM0NGI5N2VkM2RiOGQwNmRmOGI4ODM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a219e64b-b70d-4d85-91af-3b50af54ca61","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":"7bb0b84d-06bc-4b76-8d0e-f32ddbf0a02d","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":"1522ca25-9eac-48b7-988d-c70ac1933a64","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":"ad6ba415-f15b-4133-a15c-7776b8d4be6c","artifactVersion":"2","generatedFromUUID":"7bb0b84d-06bc-4b76-8d0e-f32ddbf0a02d"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YjJlZjJlNThhMGViOWU0OGJmYWUzMzRlMmQwNzhhZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cf1c39f6-5e01-4a4c-8c0b-4933447e8065","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MTgyOTg1OTU1Y2E0ZDBmOGQ4NTQ3YmRhNmNiOTY4Y2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6283ce0d-5161-42d5-a7ce-3b35dc0957de","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-13T14:57:03.050Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:57:03.051Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:57:03.053Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:57:03.053Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:03.154Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-13T14:57:03.154Z||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.
2022-05-13T14:57:03.154Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:57:03.169Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:57:03.169Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:57:04.054Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:57:04.054Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:57:04.056Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:57:04.056Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:04.157Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-13T14:57:04.157Z||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.
2022-05-13T14:57:04.157Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:57:04.170Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:57:04.171Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:57:05.057Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:57:05.057Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:57:05.059Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:57:05.059Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-13T14:57:05.160Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-13T14:57:05.160Z||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.
2022-05-13T14:57:05.161Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:57:05.176Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:57:05.176Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:57:06.060Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:57:06.061Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:57:06.062Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:57:06.062Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-13T14:57:06.163Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-13T14:57:06.163Z||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.
2022-05-13T14:57:06.163Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:57:06.177Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:57:06.177Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:57:07.063Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:57:07.064Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:57:07.065Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:57:07.065Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:07.166Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:57:07.166Z||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.
2022-05-13T14:57:07.167Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:57:07.197Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:57:07.197Z||pool-93-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:57:08.066Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:57:08.067Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:57:08.068Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:57:08.069Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-13T14:57:08.169Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:57:08.170Z||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.
2022-05-13T14:57:08.170Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:57:08.184Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:57:08.184Z||pool-94-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:57:09.069Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:57:09.070Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:57:09.072Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:57:09.072Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:09.173Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-13T14:57:09.173Z||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.
2022-05-13T14:57:09.173Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:57:09.188Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:57:09.188Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:57:10.073Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:57:10.074Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:57:10.075Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:57:10.075Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:57:10.176Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:57:10.176Z||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.
2022-05-13T14:57:10.177Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:57:10.191Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:57:10.191Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:57:11.076Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "83ea57b5-cd4e-42c9-8850-d01460e8fd06",
  "serviceDescription": "service",
  "serviceInvariantUUID": "be9387ce-a69e-4796-8280-0ce5ccb9b42e",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "0b1b3df2-062c-4bea-af9f-c12443bc1c41",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3044f2f6-5340-4b30-8f4e-ac3d0ebf6cc6",
      "resourceInvariantUUID": "03829bb7-4cc7-4afd-85b3-1d98df2b309e",
      "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": "MzZlY2M5ZWQ4NjM0NGI5N2VkM2RiOGQwNmRmOGI4ODM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a219e64b-b70d-4d85-91af-3b50af54ca61",
          "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": "7bb0b84d-06bc-4b76-8d0e-f32ddbf0a02d",
          "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": "ad6ba415-f15b-4133-a15c-7776b8d4be6c",
            "generatedFromUUID": "7bb0b84d-06bc-4b76-8d0e-f32ddbf0a02d"
          },
          "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": "ad6ba415-f15b-4133-a15c-7776b8d4be6c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MTgyOTg1OTU1Y2E0ZDBmOGQ4NTQ3YmRhNmNiOTY4Y2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6283ce0d-5161-42d5-a7ce-3b35dc0957de"
    }
  ],
  "workloadContext": "Production"
}
2022-05-13T14:57:11.077Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-13T14:57:11.077Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 83ea57b5-cd4e-42c9-8850-d01460e8fd06 ASDC
2022-05-13T14:57:11.077Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:44ffeec2-d578-4832-9dc5-20eff72bfe9c
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:83ea57b5-cd4e-42c9-8850-d01460e8fd06
ServiceInvariantUUID:be9387ce-a69e-4796-8280-0ce5ccb9b42e
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:6283ce0d-5161-42d5-a7ce-3b35dc0957de
ArtifactChecksum:MTgyOTg1OTU1Y2E0ZDBmOGQ4NTQ3YmRhNmNiOTY4Y2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:0b1b3df2-062c-4bea-af9f-c12443bc1c41
ResourceInvariantUUID:03829bb7-4cc7-4afd-85b3-1d98df2b309e
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:3044f2f6-5340-4b30-8f4e-ac3d0ebf6cc6
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:a219e64b-b70d-4d85-91af-3b50af54ca61
ArtifactChecksum:MzZlY2M5ZWQ4NjM0NGI5N2VkM2RiOGQwNmRmOGI4ODM=
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:7bb0b84d-06bc-4b76-8d0e-f32ddbf0a02d
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:ad6ba415-f15b-4133-a15c-7776b8d4be6c
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:ad6ba415-f15b-4133-a15c-7776b8d4be6c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-13T14:57:11.077Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 83ea57b5-cd4e-42c9-8850-d01460e8fd06 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-13T14:57:11.110Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-13T14:57:11.111Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-13T14:57:11.111Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-13T14:57:11.111Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6283ce0d-5161-42d5-a7ce-3b35dc0957de from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-13T14:57:11.111Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-13T14:57:11.111Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-13T14:57:11.173Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-13T14:57:11.177Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 6283ce0d-5161-42d5-a7ce-3b35dc0957de 73673
2022-05-13T14:57:11.178Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-05-13T14:57:11.178Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-13T14:57:11.178Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T14:57:11.178Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:57:11.180Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:57:11.180Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453831178,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:57:11.281Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-13T14:57:11.281Z||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.
2022-05-13T14:57:11.281Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:57:11.296Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:57:11.296Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:57:12.181Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-13T14:57:12.182Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-13T14:57:12.183Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 6283ce0d-5161-42d5-a7ce-3b35dc0957de, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-13T14:57:12.183Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-05-13T14:57:12.183Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-13T14:57:12.184Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-13T14:57:12.281Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17123433692907178977/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-05-13T14:57:13.158Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-13T14:57:13.158Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-13T14:57:13.158Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-13T14:57:13.158Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-13T14:57:13.158Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-13T14:57:13.158Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-13T14:57:13.158Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|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-Basicclamp-csar.csar
2022-05-13T14:57:13.158Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|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-Basicclamp-csar.csar
2022-05-13T14:57:13.158Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|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-Basicclamp-csar.csar
2022-05-13T14:57:13.158Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-13T14:57:13.158Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-13T14:57:13.158Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|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-Basicclamp-csar.csar
2022-05-13T14:57:13.158Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|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-Basicclamp-csar.csar
2022-05-13T14:57:13.158Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-13T14:57:13.158Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:57:13.159Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:57:13.159Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-13T14:57:13.159Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-13T14:57:13.159Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-13T14:57:13.159Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:57:13.159Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:57:13.159Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-13T14:57:13.159Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-13T14:57:13.159Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-13T14:57:13.159Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:57:13.159Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:57:13.160Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:57:13.160Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-05-13T14:57:13.160Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-13T14:57:13.160Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-13T14:57:13.160Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-13T14:57:13.160Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-13T14:57:13.160Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-13T14:57:13.160Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:57:13.160Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-13T14:57:13.160Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:57:13.160Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-13T14:57:13.160Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:57:13.160Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:57:13.161Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-13T14:57:13.161Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:57:13.161Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:57:13.161Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-13T14:57:13.161Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:57:13.161Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:57:13.161Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-05-13T14:57:13.161Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-13T14:57:13.161Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-13T14:57:13.161Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fbfbf46e-d0b2-41ad-9c2a-60da263baf46
2022-05-13T14:57:13.161Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:57:13.161Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:57:13.161Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:57:13.161Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:57:13.161Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:57:13.162Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:57:13.162Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:57:13.162Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:57:13.162Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:83ea57b5-cd4e-42c9-8850-d01460e8fd06
Model Version:NULL
Model InvariantUuid:be9387ce-a69e-4796-8280-0ce5ccb9b42e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:5f2f4ae4-9289-45aa-8fa8-dcc25e864838
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:03829bb7-4cc7-4afd-85b3-1d98df2b309e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0b1b3df2-062c-4bea-af9f-c12443bc1c41
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f73fcf4b-670a-48c6-9a0a-d647d59fc428
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:e7a78d63-f99d-48a8-b812-2b4f3a6f8f73
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fbfbf46e-d0b2-41ad-9c2a-60da263baf46
ModelInvariantUuid:4e6c1109-b9cd-4249-884c-e2b7dfdc50d8
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:4be49b80-c5db-4921-8fdc-c98c34a57b64
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:04621d9a-e366-4459-aa86-944dc0b865bb
ModelInvariantUuid:6fb1c872-5e3b-4b34-b476-d7402575afc4
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:841cea96-163a-4187-8768-cc841eb88cff
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-13T14:57:13.167Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 3044f2f6-5340-4b30-8f4e-ac3d0ebf6cc6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-13T14:57:13.170Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||basicclamp 0
2022-05-13T14:57:13.170Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3044f2f6-5340-4b30-8f4e-ac3d0ebf6cc6
2022-05-13T14:57:13.170Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a219e64b-b70d-4d85-91af-3b50af54ca61 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-05-13T14:57:13.170Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-13T14:57:13.170Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-05-13T14:57:13.222Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-13T14:57:13.222Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json a219e64b-b70d-4d85-91af-3b50af54ca61 790
2022-05-13T14:57:13.223Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-05-13T14:57:13.223Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-05-13T14:57:13.223Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T14:57:13.223Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:57:13.225Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:57:13.225Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453833223,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:57:13.325Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:57:13.326Z||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.
2022-05-13T14:57:13.326Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:57:13.338Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:57:13.338Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:57:14.225Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f73fcf4b-670a-48c6-9a0a-d647d59fc428",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e7a78d63-f99d-48a8-b812-2b4f3a6f8f73",
    "vfModuleModelCustomizationUUID": "12c06f7f-ff41-4a87-b4b8-b5cf20a3b639",
    "isBase": true,
    "artifacts": [
      "7bb0b84d-06bc-4b76-8d0e-f32ddbf0a02d",
      "ad6ba415-f15b-4133-a15c-7776b8d4be6c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-13T14:57:14.229Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e7a78d63-f99d-48a8-b812-2b4f3a6f8f73
VfModuleModelInvariantUUID:f73fcf4b-670a-48c6-9a0a-d647d59fc428
VfModuleModelDescription:NULL
Artifacts UUID List:{
7bb0b84d-06bc-4b76-8d0e-f32ddbf0a02d
,
ad6ba415-f15b-4133-a15c-7776b8d4be6c

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

isBase:true


}

2022-05-13T14:57:14.230Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f73fcf4b-670a-48c6-9a0a-d647d59fc428",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e7a78d63-f99d-48a8-b812-2b4f3a6f8f73",
    "vfModuleModelCustomizationUUID": "12c06f7f-ff41-4a87-b4b8-b5cf20a3b639",
    "isBase": true,
    "artifacts": [
      "7bb0b84d-06bc-4b76-8d0e-f32ddbf0a02d",
      "ad6ba415-f15b-4133-a15c-7776b8d4be6c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-13T14:57:14.230Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e7a78d63-f99d-48a8-b812-2b4f3a6f8f73
VfModuleModelInvariantUUID:f73fcf4b-670a-48c6-9a0a-d647d59fc428
VfModuleModelDescription:NULL
Artifacts UUID List:{
7bb0b84d-06bc-4b76-8d0e-f32ddbf0a02d
,
ad6ba415-f15b-4133-a15c-7776b8d4be6c

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

isBase:true


}

2022-05-13T14:57:14.230Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7bb0b84d-06bc-4b76-8d0e-f32ddbf0a02d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-05-13T14:57:14.231Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-13T14:57:14.231Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-05-13T14:57:14.281Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-13T14:57:14.281Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 7bb0b84d-06bc-4b76-8d0e-f32ddbf0a02d 5033
2022-05-13T14:57:14.281Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-13T14:57:14.281Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-05-13T14:57:14.281Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T14:57:14.282Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:57:14.283Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:57:14.284Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453834281,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:57:14.384Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:57:14.384Z||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.
2022-05-13T14:57:14.384Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:57:14.399Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:57:14.400Z||pool-99-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-13T14:57:15.284Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ad6ba415-f15b-4133-a15c-7776b8d4be6c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-05-13T14:57:15.285Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-13T14:57:15.285Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-05-13T14:57:15.410Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-13T14:57:15.411Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ad6ba415-f15b-4133-a15c-7776b8d4be6c 909
2022-05-13T14:57:15.411Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-13T14:57:15.411Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-05-13T14:57:15.411Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T14:57:15.411Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:57:15.413Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:57:15.413Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453835411,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:57:15.513Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:57:15.513Z||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.
2022-05-13T14:57:15.513Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:57:15.527Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:57:15.528Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:57:16.413Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 83ea57b5-cd4e-42c9-8850-d01460e8fd06
2022-05-13T14:57:16.414Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 3044f2f6-5340-4b30-8f4e-ac3d0ebf6cc6 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-13T14:57:16.427Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d3c3166, org.onap.sdc.toscaparser.api.parameters.Input@73d5e632, org.onap.sdc.toscaparser.api.parameters.Input@376b5ce9, org.onap.sdc.toscaparser.api.parameters.Input@14029fcc, org.onap.sdc.toscaparser.api.parameters.Input@38992b2b]
2022-05-13T14:57:16.428Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:57:16.428Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:57:16.429Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-05-13T14:57:16.429Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 0b1b3df2-062c-4bea-af9f-c12443bc1c41
2022-05-13T14:57:16.429Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0b1b3df2-062c-4bea-af9f-c12443bc1c41 matches Tosca VF Customization UUID: 0b1b3df2-062c-4bea-af9f-c12443bc1c41
2022-05-13T14:57:16.429Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 0b1b3df2-062c-4bea-af9f-c12443bc1c41  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-13T14:57:16.430Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:57:16.431Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:57:16.431Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 0b1b3df2-062c-4bea-af9f-c12443bc1c41: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-05-13T14:57:16.431Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@93c381e
2022-05-13T14:57:16.431Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:57:16.432Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-13T14:57:16.432Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 12c06f7f-ff41-4a87-b4b8-b5cf20a3b639
2022-05-13T14:57:16.432Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 12c06f7f-ff41-4a87-b4b8-b5cf20a3b639
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-13T14:57:16.433Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:57:16.433Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-13T14:57:16.434Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:57:16.434Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:57:16.434Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-13T14:57:16.434Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:57:16.434Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:57:16.434Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-05-13T14:57:16.434Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-13T14:57:16.434Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-13T14:57:16.435Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fbfbf46e-d0b2-41ad-9c2a-60da263baf46
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-13T14:57:16.436Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:57:16.436Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-13T14:57:16.437Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:57:16.437Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:57:16.437Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-13T14:57:16.437Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=0b1b3df2-062c-4bea-af9f-c12443bc1c41
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-13T14:57:16.438Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:57:16.438Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:57:16.438Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 83ea57b5-cd4e-42c9-8850-d01460e8fd06: basicclamp
2022-05-13T14:57:16.439Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:57:16.439Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:57:16.439Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:57:16.439Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:57:16.439Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:57:16.439Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:57:16.439Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:57:16.439Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:57:16.439Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:57:16.439Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:57:16.439Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||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 (?, ?, ?, ?, ?)
2022-05-13T14:57:16.538Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 3044f2f6-5340-4b30-8f4e-ac3d0ebf6cc6 1 ASDC deployResourceStructure
2022-05-13T14:57:16.538Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-05-13T14:57:16.538Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-05-13T14:57:16.538Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-13T14:57:16.538Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:57:16.540Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:57:16.541Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453836538,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-13T14:57:16.641Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:57:16.641Z||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.
2022-05-13T14:57:16.642Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:57:16.655Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:57:16.655Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:57:17.541Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-13T14:57:17.542Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-05-13T14:57:17.542Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-13T14:57:17.542Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:57:17.544Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:57:17.544Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453837541,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-13T14:57:17.645Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-13T14:57:17.645Z||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.
2022-05-13T14:57:17.646Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:57:17.659Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:57:17.659Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-13T14:57:18.545Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-13T14:57:18.546Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-05-13T14:57:18.546Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-13T14:57:18.546Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:57:18.548Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:57:18.549Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453838545,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-13T14:57:18.649Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:57:18.650Z||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.
2022-05-13T14:57:18.650Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:57:18.664Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:57:18.665Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-13T14:57:19.549Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-05-13T14:57:19.550Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-13T14:57:19.550Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-13T14:57:19.551Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:57:19.553Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:57:19.553Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453839549,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:57:19.653Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:57:19.654Z||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.
2022-05-13T14:57:19.654Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:57:19.668Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:57:19.668Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:57:20.553Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44ffeec2-d578-4832-9dc5-20eff72bfe9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:57:20.566Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44ffeec2-d578-4832-9dc5-20eff72bfe9c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:57:20.568Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T14:57:20.569Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-13T14:57:20.569Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-13T14:57:20.569Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-13T14:57:20.569Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:57:20.569Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T14:57:20.569Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-05-13T14:57:20.569Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T14:57:20.575Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-13T14:57:50.575Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44ffeec2-d578-4832-9dc5-20eff72bfe9c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-13T14:57:50.582Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44ffeec2-d578-4832-9dc5-20eff72bfe9c and serviceModelVersionId: 83ea57b5-cd4e-42c9-8850-d01460e8fd06
2022-05-13T14:57:50.582Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : be9387ce-a69e-4796-8280-0ce5ccb9b42e
2022-05-13T14:57:50.583Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/be9387ce-a69e-4796-8280-0ce5ccb9b42e/model-vers/model-ver/83ea57b5-cd4e-42c9-8850-d01460e8fd06?depth=0
2022-05-13T14:57:50.588Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-13T14:57:50.617Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be9387ce-a69e-4796-8280-0ce5ccb9b42e/model-vers/model-ver/83ea57b5-cd4e-42c9-8850-d01460e8fd06?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-13T14:57:50.618Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be9387ce-a69e-4796-8280-0ce5ccb9b42e/model-vers/model-ver/83ea57b5-cd4e-42c9-8850-d01460e8fd06?depth=0|INFO|500||Invoke
2022-05-13T14:57:50.639Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be9387ce-a69e-4796-8280-0ce5ccb9b42e/model-vers/model-ver/83ea57b5-cd4e-42c9-8850-d01460e8fd06?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-05-13T14:57:50.818Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be9387ce-a69e-4796-8280-0ce5ccb9b42e/model-vers/model-ver/83ea57b5-cd4e-42c9-8850-d01460e8fd06?depth=0|INFO|500||InvokeReturn
2022-05-13T14:57:50.818Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be9387ce-a69e-4796-8280-0ce5ccb9b42e/model-vers/model-ver/83ea57b5-cd4e-42c9-8850-d01460e8fd06?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220513-14:57:50:648-93454], vertex-id=[217328], Content-Length=[0], Date=[Fri, 13 May 2022 14:57:50 GMT], Content-Type=[application/json]}
2022-05-13T14:57:50.819Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-05-13T14:57:50.819Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-13T14:57:50.819Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|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=?
2022-05-13T14:57:50.825Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|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)
2022-05-13T14:57:50.825Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44ffeec2-d578-4832-9dc5-20eff72bfe9c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2022-05-13T14:57:50.826Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-13T14:57:50.826Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:57:50.828Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:57:50.828Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453870826,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-05-13T14:57:50.928Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:57:50.929Z||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.
2022-05-13T14:57:50.929Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:57:50.945Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:57:50.946Z||pool-105-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-13T14:57:51.843Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T14:57:51.843Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"2ee8c881-1c23-4b32-9404-ecc69ba960a3","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e9cb4799-946b-4085-9ee3-a7d9e8f4a2fd","serviceDescription":"service","serviceInvariantUUID":"81b492c2-5040-4d92-a505-dfa300390987","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0e0190c2-1d8f-439d-93be-d474213f76a1","resourceInvariantUUID":"e2f7231b-5461-4f8b-8942-3c568ea0c7ae","resourceCustomizationUUID":"8dc7adca-ae07-450b-ac00-7b1a4b078a33","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":"MzFmOTU2MWRjMWYwYzM5NWVmM2Y0ZTkwOGJkZGY0MWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a4f349fd-b79f-4fe2-9152-55efe6c25246","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":"NWM4YjBlN2RmNDEyYmE4NzdhN2ZjMTIyMWJlNzU5Y2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cbee9015-e9a5-4143-8953-54a376f6360c","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":"b2e39735-59af-424c-b74a-fe9ef8de0d59","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":"b5dcb538-7fde-4b54-a3f8-3b12e10df5bb","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":"f4883196-e7f4-4e44-9d2e-fa1a9250d88d","artifactVersion":"2","generatedFromUUID":"b2e39735-59af-424c-b74a-fe9ef8de0d59"},{"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":"Y2VlNzViNmUyNDQ1N2JlZDYyNmNlOWUzMzEzMzQxOGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7449fff9-a2b5-426b-99ce-2834cdcbd5f3","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":"OThjYTU3MWEzZmJhZTFkNmJjNDY5MzkzZWEzMzgyNjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f0367e2f-7a0b-44fa-9e42-304f4e0f261b","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NGQ5YjliZmQ0MDMzNDk2MGE2NTdhYTYyN2IxODFkOTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"433c8f8b-c647-4c60-94d5-1e32fd3121c0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-13T14:57:51.843Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:57:51.844Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:57:51.846Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:57:51.846Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:51.946Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:57:51.947Z||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.
2022-05-13T14:57:51.947Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:57:51.960Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:57:51.960Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:57:52.846Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:57:52.847Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:57:52.849Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:57:52.849Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-13T14:57:52.950Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-13T14:57:52.951Z||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.
2022-05-13T14:57:52.951Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:57:52.965Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:57:52.965Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:57:53.850Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:57:53.851Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:57:53.852Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:57:53.853Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-13T14:57:53.953Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:57:53.954Z||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.
2022-05-13T14:57:53.954Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:57:53.968Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:57:53.968Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:57:54.853Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:57:54.854Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:57:54.855Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:57:54.855Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:54.956Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:57:54.956Z||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.
2022-05-13T14:57:54.956Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:57:54.969Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:57:54.970Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:57:55.855Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:57:55.856Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:57:55.858Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:57:55.858Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-13T14:57:55.958Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:57:55.959Z||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.
2022-05-13T14:57:55.959Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:57:55.971Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:57:55.971Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:57:56.858Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:57:56.859Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:57:56.861Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:57:56.861Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:56.962Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-13T14:57:56.962Z||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.
2022-05-13T14:57:56.962Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:57:56.976Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:57:56.976Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:57:57.862Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:57:57.863Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:57:57.864Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:57:57.864Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:57:57.964Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:57:57.965Z||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.
2022-05-13T14:57:57.965Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:57:57.978Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:57:57.978Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:57:58.865Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T14:57:58.866Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:57:58.868Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:57:58.868Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T14:57:58.968Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:57:58.969Z||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.
2022-05-13T14:57:58.969Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:57:58.981Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:57:58.982Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:57:59.869Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e9cb4799-946b-4085-9ee3-a7d9e8f4a2fd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "81b492c2-5040-4d92-a505-dfa300390987",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "8dc7adca-ae07-450b-ac00-7b1a4b078a33",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0e0190c2-1d8f-439d-93be-d474213f76a1",
      "resourceInvariantUUID": "e2f7231b-5461-4f8b-8942-3c568ea0c7ae",
      "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": "NWM4YjBlN2RmNDEyYmE4NzdhN2ZjMTIyMWJlNzU5Y2I\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cbee9015-e9a5-4143-8953-54a376f6360c",
          "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": "b2e39735-59af-424c-b74a-fe9ef8de0d59",
          "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": "f4883196-e7f4-4e44-9d2e-fa1a9250d88d",
            "generatedFromUUID": "b2e39735-59af-424c-b74a-fe9ef8de0d59"
          },
          "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": "f4883196-e7f4-4e44-9d2e-fa1a9250d88d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NGQ5YjliZmQ0MDMzNDk2MGE2NTdhYTYyN2IxODFkOTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "433c8f8b-c647-4c60-94d5-1e32fd3121c0"
    }
  ],
  "workloadContext": "Production"
}
2022-05-13T14:57:59.869Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-13T14:57:59.869Z|44ffeec2-d578-4832-9dc5-20eff72bfe9c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e9cb4799-946b-4085-9ee3-a7d9e8f4a2fd ASDC
2022-05-13T14:57:59.869Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2ee8c881-1c23-4b32-9404-ecc69ba960a3
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:e9cb4799-946b-4085-9ee3-a7d9e8f4a2fd
ServiceInvariantUUID:81b492c2-5040-4d92-a505-dfa300390987
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:433c8f8b-c647-4c60-94d5-1e32fd3121c0
ArtifactChecksum:NGQ5YjliZmQ0MDMzNDk2MGE2NTdhYTYyN2IxODFkOTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:8dc7adca-ae07-450b-ac00-7b1a4b078a33
ResourceInvariantUUID:e2f7231b-5461-4f8b-8942-3c568ea0c7ae
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:0e0190c2-1d8f-439d-93be-d474213f76a1
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:cbee9015-e9a5-4143-8953-54a376f6360c
ArtifactChecksum:NWM4YjBlN2RmNDEyYmE4NzdhN2ZjMTIyMWJlNzU5Y2I=
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:b2e39735-59af-424c-b74a-fe9ef8de0d59
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:f4883196-e7f4-4e44-9d2e-fa1a9250d88d
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:f4883196-e7f4-4e44-9d2e-fa1a9250d88d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-13T14:57:59.869Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e9cb4799-946b-4085-9ee3-a7d9e8f4a2fd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-13T14:57:59.900Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-13T14:57:59.900Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-13T14:57:59.900Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-13T14:57:59.900Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 433c8f8b-c647-4c60-94d5-1e32fd3121c0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-13T14:57:59.900Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-13T14:57:59.901Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-13T14:58:00.102Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-13T14:58:00.107Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 433c8f8b-c647-4c60-94d5-1e32fd3121c0 78808
2022-05-13T14:58:00.107Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-13T14:58:00.107Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-13T14:58:00.108Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T14:58:00.108Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:58:00.109Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:58:00.110Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453880107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:58:00.210Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:58:00.210Z||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.
2022-05-13T14:58:00.210Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:58:00.226Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:58:00.226Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:58:01.110Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-13T14:58:01.111Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-13T14:58:01.112Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 433c8f8b-c647-4c60-94d5-1e32fd3121c0, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-13T14:58:01.112Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-05-13T14:58:01.113Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-13T14:58:01.113Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-13T14:58:01.196Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16034631089919196565/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
2022-05-13T14:58:02.086Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-13T14:58:02.086Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-13T14:58:02.086Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-13T14:58:02.087Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-13T14:58:02.087Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||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
2022-05-13T14:58:02.087Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||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
2022-05-13T14:58:02.087Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|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-BasicVmMacro-csar.csar
2022-05-13T14:58:02.087Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|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-BasicVmMacro-csar.csar
2022-05-13T14:58:02.087Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|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-BasicVmMacro-csar.csar
2022-05-13T14:58:02.087Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||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
2022-05-13T14:58:02.087Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|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-BasicVmMacro-csar.csar
2022-05-13T14:58:02.087Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||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
2022-05-13T14:58:02.087Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|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-BasicVmMacro-csar.csar
2022-05-13T14:58:02.087Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-13T14:58:02.087Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:58:02.087Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:58:02.087Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-13T14:58:02.087Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-13T14:58:02.087Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-13T14:58:02.088Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:58:02.088Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:58:02.088Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-13T14:58:02.088Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-13T14:58:02.088Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-13T14:58:02.088Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:58:02.088Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:58:02.088Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:58:02.088Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-13T14:58:02.088Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-13T14:58:02.088Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-13T14:58:02.088Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-13T14:58:02.088Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-13T14:58:02.089Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-13T14:58:02.089Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:58:02.089Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-13T14:58:02.089Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:58:02.089Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-13T14:58:02.089Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:58:02.089Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:58:02.089Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-13T14:58:02.089Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:58:02.089Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:58:02.090Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-13T14:58:02.090Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:58:02.090Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:58:02.090Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-13T14:58:02.090Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-13T14:58:02.090Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-13T14:58:02.090Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bbd53fef-c29e-47ea-9aa4-5bfb6e1305bc
2022-05-13T14:58:02.090Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:58:02.090Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:58:02.090Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:58:02.090Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:58:02.090Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:58:02.090Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:58:02.090Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:58:02.091Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:58:02.091Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:e9cb4799-946b-4085-9ee3-a7d9e8f4a2fd
Model Version:NULL
Model InvariantUuid:81b492c2-5040-4d92-a505-dfa300390987
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:3714e5cc-543a-4bcc-9328-14b0624e7636
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e2f7231b-5461-4f8b-8942-3c568ea0c7ae
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8dc7adca-ae07-450b-ac00-7b1a4b078a33
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dd6d55e4-5bf0-4a3f-bf9b-0e678dd09a19
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:9d276fb8-0c26-43bc-be86-16d42b678f3c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bbd53fef-c29e-47ea-9aa4-5bfb6e1305bc
ModelInvariantUuid:2ed24027-e4a0-4126-8230-dc1fdafcac14
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:549bd73d-3f08-488e-a8fb-d72ff195d5b3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:cfc14155-0321-4ab7-9299-a11fa920272b
ModelInvariantUuid:d0653126-da62-4cf4-8fb3-e9cc2fb2050c
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:a30a15a1-15c0-4a60-af76-34f96eb17db6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-13T14:58:02.097Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 0e0190c2-1d8f-439d-93be-d474213f76a1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-13T14:58:02.099Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-05-13T14:58:02.099Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0e0190c2-1d8f-439d-93be-d474213f76a1
2022-05-13T14:58:02.100Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cbee9015-e9a5-4143-8953-54a376f6360c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-13T14:58:02.100Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-13T14:58:02.100Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||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
2022-05-13T14:58:02.219Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-13T14:58:02.219Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json cbee9015-e9a5-4143-8953-54a376f6360c 792
2022-05-13T14:58:02.219Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||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
2022-05-13T14:58:02.219Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||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
2022-05-13T14:58:02.219Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T14:58:02.220Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:58:02.221Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:58:02.222Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453882219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:58:02.322Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:58:02.323Z||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.
2022-05-13T14:58:02.323Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:58:02.335Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:58:02.336Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:58:02.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:58:02.422Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:58:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:58:02.443Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:58:02.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:58:02.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "aai-ml",
  "timestamp": 1652453801816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:58:02.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:58:03.222Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "dd6d55e4-5bf0-4a3f-bf9b-0e678dd09a19",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9d276fb8-0c26-43bc-be86-16d42b678f3c",
    "vfModuleModelCustomizationUUID": "9d8b3264-bc0f-4d51-b75c-05b0acbcab73",
    "isBase": true,
    "artifacts": [
      "b2e39735-59af-424c-b74a-fe9ef8de0d59",
      "f4883196-e7f4-4e44-9d2e-fa1a9250d88d"
    ],
    "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": ""
    }
  }
]
2022-05-13T14:58:03.226Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9d276fb8-0c26-43bc-be86-16d42b678f3c
VfModuleModelInvariantUUID:dd6d55e4-5bf0-4a3f-bf9b-0e678dd09a19
VfModuleModelDescription:NULL
Artifacts UUID List:{
b2e39735-59af-424c-b74a-fe9ef8de0d59
,
f4883196-e7f4-4e44-9d2e-fa1a9250d88d

}
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


}

2022-05-13T14:58:03.228Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "dd6d55e4-5bf0-4a3f-bf9b-0e678dd09a19",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9d276fb8-0c26-43bc-be86-16d42b678f3c",
    "vfModuleModelCustomizationUUID": "9d8b3264-bc0f-4d51-b75c-05b0acbcab73",
    "isBase": true,
    "artifacts": [
      "b2e39735-59af-424c-b74a-fe9ef8de0d59",
      "f4883196-e7f4-4e44-9d2e-fa1a9250d88d"
    ],
    "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": ""
    }
  }
]
2022-05-13T14:58:03.229Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9d276fb8-0c26-43bc-be86-16d42b678f3c
VfModuleModelInvariantUUID:dd6d55e4-5bf0-4a3f-bf9b-0e678dd09a19
VfModuleModelDescription:NULL
Artifacts UUID List:{
b2e39735-59af-424c-b74a-fe9ef8de0d59
,
f4883196-e7f4-4e44-9d2e-fa1a9250d88d

}
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


}

2022-05-13T14:58:03.229Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b2e39735-59af-424c-b74a-fe9ef8de0d59 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-13T14:58:03.229Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-13T14:58:03.229Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||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
2022-05-13T14:58:03.514Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-13T14:58:03.515Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml b2e39735-59af-424c-b74a-fe9ef8de0d59 5033
2022-05-13T14:58:03.515Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||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
2022-05-13T14:58:03.515Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||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
2022-05-13T14:58:03.515Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T14:58:03.516Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:58:03.518Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:58:03.518Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453883515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:58:03.618Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:58:03.619Z||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.
2022-05-13T14:58:03.619Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:58:03.631Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:58:03.631Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:58:04.519Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f4883196-e7f4-4e44-9d2e-fa1a9250d88d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-13T14:58:04.520Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-13T14:58:04.520Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||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
2022-05-13T14:58:04.715Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-13T14:58:04.716Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env f4883196-e7f4-4e44-9d2e-fa1a9250d88d 903
2022-05-13T14:58:04.716Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||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
2022-05-13T14:58:04.716Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||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
2022-05-13T14:58:04.716Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T14:58:04.717Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:58:04.718Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:58:04.719Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453884716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-13T14:58:04.819Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:58:04.820Z||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.
2022-05-13T14:58:04.820Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:58:04.832Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:58:04.833Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:58:05.719Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e9cb4799-946b-4085-9ee3-a7d9e8f4a2fd
2022-05-13T14:58:05.720Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 0e0190c2-1d8f-439d-93be-d474213f76a1 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-13T14:58:05.734Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a78948e, org.onap.sdc.toscaparser.api.parameters.Input@6c6ac4f5, org.onap.sdc.toscaparser.api.parameters.Input@726962ee, org.onap.sdc.toscaparser.api.parameters.Input@56b1847a, org.onap.sdc.toscaparser.api.parameters.Input@6853b6c6]
2022-05-13T14:58:05.735Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:58:05.735Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:58:05.735Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-05-13T14:58:05.736Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 8dc7adca-ae07-450b-ac00-7b1a4b078a33
2022-05-13T14:58:05.736Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8dc7adca-ae07-450b-ac00-7b1a4b078a33 matches Tosca VF Customization UUID: 8dc7adca-ae07-450b-ac00-7b1a4b078a33
2022-05-13T14:58:05.736Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 8dc7adca-ae07-450b-ac00-7b1a4b078a33  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-13T14:58:05.738Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:58:05.738Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:58:05.739Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 8dc7adca-ae07-450b-ac00-7b1a4b078a33: {\"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\"}
2022-05-13T14:58:05.739Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31ab27bf
2022-05-13T14:58:05.739Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:58:05.739Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-13T14:58:05.740Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9d8b3264-bc0f-4d51-b75c-05b0acbcab73
2022-05-13T14:58:05.740Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9d8b3264-bc0f-4d51-b75c-05b0acbcab73
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-13T14:58:05.742Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:58:05.742Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-13T14:58:05.742Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:58:05.742Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:58:05.743Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-13T14:58:05.743Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:58:05.743Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:58:05.743Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-13T14:58:05.743Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-13T14:58:05.743Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-13T14:58:05.743Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bbd53fef-c29e-47ea-9aa4-5bfb6e1305bc
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-13T14:58:05.745Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:58:05.745Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-13T14:58:05.745Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T14:58:05.745Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:58:05.745Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-13T14:58:05.745Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=8dc7adca-ae07-450b-ac00-7b1a4b078a33
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-13T14:58:05.746Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:58:05.747Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:58:05.747Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e9cb4799-946b-4085-9ee3-a7d9e8f4a2fd: basic_vm_macro
2022-05-13T14:58:05.747Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:58:05.747Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:58:05.747Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:58:05.747Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:58:05.747Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:58:05.747Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:58:05.747Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:58:05.747Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:58:05.747Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T14:58:05.747Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T14:58:05.747Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||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 (?, ?, ?, ?, ?)
2022-05-13T14:58:05.823Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 0e0190c2-1d8f-439d-93be-d474213f76a1 1 ASDC deployResourceStructure
2022-05-13T14:58:05.824Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||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
2022-05-13T14:58:05.824Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||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
2022-05-13T14:58:05.824Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-13T14:58:05.824Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:58:05.825Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:58:05.825Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453885824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-13T14:58:05.926Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:58:05.926Z||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.
2022-05-13T14:58:05.926Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:58:05.939Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:58:05.939Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:58:06.826Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||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
2022-05-13T14:58:06.826Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||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
2022-05-13T14:58:06.827Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-13T14:58:06.827Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:58:06.829Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:58:06.829Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453886826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-13T14:58:06.929Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:58:06.929Z||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.
2022-05-13T14:58:06.930Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:58:06.947Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:58:06.948Z||pool-119-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:58:07.829Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||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
2022-05-13T14:58:07.830Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||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
2022-05-13T14:58:07.830Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-13T14:58:07.830Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:58:07.832Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:58:07.832Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453887829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-13T14:58:07.932Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:58:07.932Z||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.
2022-05-13T14:58:07.933Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:58:07.945Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:58:07.946Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-13T14:58:08.832Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-13T14:58:08.833Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-13T14:58:08.833Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-13T14:58:08.833Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T14:58:08.835Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T14:58:08.835Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453888832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T14:58:08.935Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T14:58:08.936Z||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.
2022-05-13T14:58:08.936Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T14:58:08.950Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:58:08.951Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T14:58:09.836Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ee8c881-1c23-4b32-9404-ecc69ba960a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:58:09.849Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ee8c881-1c23-4b32-9404-ecc69ba960a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:58:09.852Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T14:58:09.853Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-13T14:58:09.853Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-13T14:58:39.853Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ee8c881-1c23-4b32-9404-ecc69ba960a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:58:39.865Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ee8c881-1c23-4b32-9404-ecc69ba960a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:58:39.867Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T14:58:39.868Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-13T14:58:39.868Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-13T14:59:02.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T14:59:02.422Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T14:59:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T14:59:02.447Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T14:59:02.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T14:59:02.448Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T14:59:02.448Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T14:59:09.868Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ee8c881-1c23-4b32-9404-ecc69ba960a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:59:09.879Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ee8c881-1c23-4b32-9404-ecc69ba960a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:59:09.881Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T14:59:09.881Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-13T14:59:09.881Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-13T14:59:39.882Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ee8c881-1c23-4b32-9404-ecc69ba960a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:59:39.894Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ee8c881-1c23-4b32-9404-ecc69ba960a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T14:59:39.896Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T14:59:39.896Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-13T14:59:39.897Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-13T15:00:02.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:00:02.422Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:00:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:00:02.446Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:00:02.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "aai-ml",
  "timestamp": 1652453801816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "aai-ml",
  "timestamp": 1652453801816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-13T15:00:02.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "clamp",
  "timestamp": 1652453825500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:00:02.459Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:00:02.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "aai-ml",
  "timestamp": 1652453801816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-13T15:00:02.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "aai-ml",
  "timestamp": 1652453801816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "aai-ml",
  "timestamp": 1652453801816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T15:00:02.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-13T15:00:02.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "clamp",
  "timestamp": 1652453828504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T15:00:02.460Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:00:02.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "aai-ml",
  "timestamp": 1652453828821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:00:02.460Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:00:02.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "clamp",
  "timestamp": 1652453829506,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T15:00:02.470Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2ee8c881-1c23-4b32-9404-ecc69ba960a3
2022-05-13T15:00:02.470Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ee8c881-1c23-4b32-9404-ecc69ba960a3 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T15:00:02.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T15:00:02.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453831178,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:00:02.481Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:00:02.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453833223,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:00:02.482Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:00:02.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "aai-ml",
  "timestamp": 1652453833843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T15:00:02.482Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:00:02.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453834281,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:00:02.482Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:00:02.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "aai-ml",
  "timestamp": 1652453834846,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T15:00:02.488Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2ee8c881-1c23-4b32-9404-ecc69ba960a3
2022-05-13T15:00:02.488Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ee8c881-1c23-4b32-9404-ecc69ba960a3 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T15:00:02.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453835411,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:00:02.497Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:00:02.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453836538,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-13T15:00:02.498Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:00:02.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453837541,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-13T15:00:02.498Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:00:02.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453838545,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-13T15:00:02.498Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:00:02.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453839549,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T15:00:02.498Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:00:02.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "clamp",
  "timestamp": 1652453843325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453844110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "cds",
  "timestamp": 1652453836019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453839506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "aai-ml",
  "timestamp": 1652453835849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453840219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "policy-id",
  "timestamp": 1652453836297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "clamp",
  "timestamp": 1652453843325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-13T15:00:02.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "cds",
  "timestamp": 1652453836019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453839506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-13T15:00:02.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453840219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "aai-ml",
  "timestamp": 1652453835849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453844110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "policy-id",
  "timestamp": 1652453836297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "clamp",
  "timestamp": 1652453843325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453839506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-13T15:00:02.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "cds",
  "timestamp": 1652453836019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453840219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453844110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "aai-ml",
  "timestamp": 1652453835849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "policy-id",
  "timestamp": 1652453836297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-13T15:00:02.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "clamp",
  "timestamp": 1652453843325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453844110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "cds",
  "timestamp": 1652453836019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453839506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "aai-ml",
  "timestamp": 1652453835849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453840219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "policy-id",
  "timestamp": 1652453836297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "clamp",
  "timestamp": 1652453843325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453844110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "cds",
  "timestamp": 1652453836019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453839506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-13T15:00:02.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "aai-ml",
  "timestamp": 1652453835849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453840219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "policy-id",
  "timestamp": 1652453836297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "clamp",
  "timestamp": 1652453843325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453844110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453839506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-13T15:00:02.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453840219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "aai-ml",
  "timestamp": 1652453835849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "cds",
  "timestamp": 1652453836019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "policy-id",
  "timestamp": 1652453836297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "aai-ml",
  "timestamp": 1652453835849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453844110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "clamp",
  "timestamp": 1652453843325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453840219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453839506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-13T15:00:02.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "cds",
  "timestamp": 1652453836019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "policy-id",
  "timestamp": 1652453836297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "clamp",
  "timestamp": 1652453843325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453844110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "aai-ml",
  "timestamp": 1652453835849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453840219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453839506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "cds",
  "timestamp": 1652453836019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "policy-id",
  "timestamp": 1652453836297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "clamp",
  "timestamp": 1652453843325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453844110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "aai-ml",
  "timestamp": 1652453835849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "cds",
  "timestamp": 1652453836019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453839506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453840219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "policy-id",
  "timestamp": 1652453836297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "clamp",
  "timestamp": 1652453843325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T15:00:02.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453844110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "aai-ml",
  "timestamp": 1652453835849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T15:00:02.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "cds",
  "timestamp": 1652453836019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T15:00:02.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453839506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T15:00:02.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453840219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T15:00:02.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "policy-id",
  "timestamp": 1652453836297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T15:00:02.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453856232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:00:02.510Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:00:02.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "cds",
  "timestamp": 1652453856322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:00:02.510Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:00:02.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453856324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:00:02.511Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:00:02.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "aai-ml",
  "timestamp": 1652453856324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:00:02.511Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:00:02.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "policy-id",
  "timestamp": 1652453856317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:00:02.511Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:00:02.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "policy-id",
  "timestamp": 1652453857320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T15:00:02.511Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:00:02.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453857416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:00:02.511Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:00:02.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "cds",
  "timestamp": 1652453857588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T15:00:02.527Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 76f812a8-4be7-41b0-9aee-e53f5d304773
2022-05-13T15:00:02.527Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76f812a8-4be7-41b0-9aee-e53f5d304773 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T15:00:02.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453858319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T15:00:02.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:00:02.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "policy-id",
  "timestamp": 1652453858323,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T15:00:02.541Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 76f812a8-4be7-41b0-9aee-e53f5d304773
2022-05-13T15:00:02.542Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76f812a8-4be7-41b0-9aee-e53f5d304773 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T15:00:02.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453858623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:00:02.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:00:02.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453859322,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T15:00:02.557Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 76f812a8-4be7-41b0-9aee-e53f5d304773
2022-05-13T15:00:02.557Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76f812a8-4be7-41b0-9aee-e53f5d304773 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T15:00:02.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453859726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:00:02.566Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:00:02.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453860780,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T15:00:02.571Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 76f812a8-4be7-41b0-9aee-e53f5d304773
2022-05-13T15:00:02.571Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76f812a8-4be7-41b0-9aee-e53f5d304773 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-13T15:00:02.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "aai-ml",
  "timestamp": 1652453861342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T15:00:02.579Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:00:02.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453861784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-13T15:00:02.580Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:00:02.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "aai-ml",
  "timestamp": 1652453862346,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T15:00:02.585Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 76f812a8-4be7-41b0-9aee-e53f5d304773
2022-05-13T15:00:02.585Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76f812a8-4be7-41b0-9aee-e53f5d304773 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T15:00:02.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "clamp",
  "timestamp": 1652453864504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:00:02.593Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:00:02.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "clamp",
  "timestamp": 1652453869508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T15:00:02.593Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:00:02.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "clamp",
  "timestamp": 1652453870511,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T15:00:02.598Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 76f812a8-4be7-41b0-9aee-e53f5d304773
2022-05-13T15:00:02.598Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76f812a8-4be7-41b0-9aee-e53f5d304773 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T15:00:02.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ffeec2-d578-4832-9dc5-20eff72bfe9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453870826,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-05-13T15:00:02.607Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:00:02.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-13T15:00:02.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-13T15:00:02.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-13T15:00:02.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:02.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453822420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T15:00:02.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:00:02.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453880107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:00:02.609Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:00:02.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-13T15:00:02.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453882219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:00:02.609Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:00:09.897Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ee8c881-1c23-4b32-9404-ecc69ba960a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T15:00:09.908Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ee8c881-1c23-4b32-9404-ecc69ba960a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T15:00:09.910Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T15:00:09.910Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-13T15:00:09.910Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-13T15:00:09.910Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-13T15:00:09.910Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T15:00:09.910Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T15:00:09.910Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T15:00:09.910Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T15:00:09.910Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T15:00:09.911Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T15:00:09.911Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|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=?
2022-05-13T15:00:09.915Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-13T15:00:39.915Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2ee8c881-1c23-4b32-9404-ecc69ba960a3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-13T15:00:39.924Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2ee8c881-1c23-4b32-9404-ecc69ba960a3 and serviceModelVersionId: e9cb4799-946b-4085-9ee3-a7d9e8f4a2fd
2022-05-13T15:00:39.924Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 81b492c2-5040-4d92-a505-dfa300390987
2022-05-13T15:00:39.925Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/81b492c2-5040-4d92-a505-dfa300390987/model-vers/model-ver/e9cb4799-946b-4085-9ee3-a7d9e8f4a2fd?depth=0
2022-05-13T15:00:39.931Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-13T15:00:39.959Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81b492c2-5040-4d92-a505-dfa300390987/model-vers/model-ver/e9cb4799-946b-4085-9ee3-a7d9e8f4a2fd?depth=0|INFO|500||Invoke
2022-05-13T15:00:39.959Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81b492c2-5040-4d92-a505-dfa300390987/model-vers/model-ver/e9cb4799-946b-4085-9ee3-a7d9e8f4a2fd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81b492c2-5040-4d92-a505-dfa300390987/model-vers/model-ver/e9cb4799-946b-4085-9ee3-a7d9e8f4a2fd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2ee8c881-1c23-4b32-9404-ecc69ba960a3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ebeddc06-6ece-4fd6-9247-0651ba780322], X-ECOMP-RequestID=[2ee8c881-1c23-4b32-9404-ecc69ba960a3], X-TransactionId=[], X-ONAP-RequestID=[2ee8c881-1c23-4b32-9404-ecc69ba960a3], Content-Type=[application/merge-patch+json]}
2022-05-13T15:00:39.979Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81b492c2-5040-4d92-a505-dfa300390987/model-vers/model-ver/e9cb4799-946b-4085-9ee3-a7d9e8f4a2fd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-13T15:00:40.064Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81b492c2-5040-4d92-a505-dfa300390987/model-vers/model-ver/e9cb4799-946b-4085-9ee3-a7d9e8f4a2fd?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/81b492c2-5040-4d92-a505-dfa300390987/model-vers/model-ver/e9cb4799-946b-4085-9ee3-a7d9e8f4a2fd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220513-15:00:39:988-51353], vertex-id=[360624], Content-Length=[0], Date=[Fri, 13 May 2022 15:00:39 GMT], Content-Type=[application/json]}
2022-05-13T15:00:40.065Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81b492c2-5040-4d92-a505-dfa300390987/model-vers/model-ver/e9cb4799-946b-4085-9ee3-a7d9e8f4a2fd?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-13T15:00:40.066Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81b492c2-5040-4d92-a505-dfa300390987/model-vers/model-ver/e9cb4799-946b-4085-9ee3-a7d9e8f4a2fd?depth=0|INFO|500||InvokeReturn
2022-05-13T15:00:40.066Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-13T15:00:40.066Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|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=?
2022-05-13T15:00:40.073Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|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)
2022-05-13T15:00:40.074Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2ee8c881-1c23-4b32-9404-ecc69ba960a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-13T15:00:40.074Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-13T15:00:40.074Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:00:40.076Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:00:40.076Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454040074,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-13T15:00:40.176Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T15:00:40.177Z||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.
2022-05-13T15:00:40.177Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:00:40.194Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:00:40.194Z||pool-122-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-13T15:00:41.092Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:00:41.093Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:00:41.093Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:00:45.500Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:00:45.501Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T15:00:45.501Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"76f812a8-4be7-41b0-9aee-e53f5d304773","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"06e4def7-25a7-4a7f-93b7-a03e73945ee0","serviceDescription":"service","serviceInvariantUUID":"d3dde222-770a-46ef-bd25-72cabeea6ae2","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"13642ab7-c4bf-4248-9298-252fa06334db","resourceInvariantUUID":"85558665-1f6a-4946-ba1a-5975d3c71a6d","resourceCustomizationUUID":"51d800c7-5b16-4bd7-8d8c-91d8e2c5fd02","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"YzdjOWI5NTViYzdhMTM4ZmRjY2UyMDM3MzBlNGMzODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"084dca54-db9e-413d-a190-921227504bc3","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"Mzg2ZWU4NGRiMTE1MDE2N2Y5Y2RkYjczNmJkZDc0NmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f847dcb4-d771-4663-9b4c-1e713a9b715d","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7cd883ba-bbba-415a-a4a5-f3b3834c74c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"82a116e1-2c83-483c-a748-b87aa8de7553","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"31854354-6c18-48bd-803d-9af59153dffc","artifactVersion":"2","generatedFromUUID":"f272e456-54c2-40b7-8ed4-d0aeb60db882"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"71b1b9c1-6ab7-4d8f-922b-4fc2c842524d","artifactVersion":"2","generatedFromUUID":"7cd883ba-bbba-415a-a4a5-f3b3834c74c4"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f272e456-54c2-40b7-8ed4-d0aeb60db882","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7d06c71d-7173-4c65-9b84-b984cdf4230a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"M2MzMjEzNThlYTVmYTYwYjhkYjBjN2EzYzUxNTZjNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5c1191dd-c3b1-47ee-b0e3-c12d5c445f52","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NTI0Zjk4ZTNmMTIxY2QxNzQ4MmNmMDI5ZTA4NjVhMTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92b1febc-a3fa-4901-8e8b-b402f5365045","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-13T15:00:45.502Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T15:00:45.503Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:00:45.504Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:00:45.504Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:45.605Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T15:00:45.605Z||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.
2022-05-13T15:00:45.605Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:00:45.617Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:00:45.618Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-13T15:00:46.505Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T15:00:46.506Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:00:46.508Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:00:46.508Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-13T15:00:46.608Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T15:00:46.609Z||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.
2022-05-13T15:00:46.609Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:00:46.624Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:00:46.625Z||pool-124-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T15:00:47.509Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T15:00:47.510Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:00:47.512Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:00:47.512Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-13T15:00:47.612Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T15:00:47.613Z||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.
2022-05-13T15:00:47.614Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:00:47.627Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:00:47.627Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-13T15:00:48.513Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T15:00:48.513Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:00:48.515Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:00:48.515Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:48.615Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T15:00:48.616Z||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.
2022-05-13T15:00:48.616Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:00:48.633Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:00:48.633Z||pool-126-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-13T15:00:49.515Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T15:00:49.516Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:00:49.518Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:00:49.518Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-13T15:00:49.619Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T15:00:49.620Z||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.
2022-05-13T15:00:49.620Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:00:49.635Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:00:49.635Z||pool-127-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-13T15:00:50.519Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T15:00:50.520Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:00:50.522Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:00:50.522Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-13T15:00:50.622Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T15:00:50.623Z||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.
2022-05-13T15:00:50.623Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:00:50.637Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:00:50.638Z||pool-128-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-13T15:00:51.522Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T15:00:51.523Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:00:51.525Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:00:51.526Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-13T15:00:51.626Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T15:00:51.626Z||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.
2022-05-13T15:00:51.626Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:00:51.639Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:00:51.640Z||pool-129-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T15:00:52.526Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T15:00:52.527Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:00:52.529Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:00:52.529Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:52.629Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T15:00:52.630Z||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.
2022-05-13T15:00:52.630Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:00:52.643Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:00:52.644Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T15:00:53.530Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T15:00:53.531Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:00:53.533Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:00:53.533Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:00:53.634Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-13T15:00:53.635Z||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.
2022-05-13T15:00:53.635Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:00:53.649Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:00:53.649Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T15:00:54.533Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T15:00:54.534Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:00:54.536Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:00:54.536Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T15:00:54.636Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T15:00:54.637Z||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.
2022-05-13T15:00:54.637Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:00:54.652Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:00:54.653Z||pool-132-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-13T15:00:55.538Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "06e4def7-25a7-4a7f-93b7-a03e73945ee0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d3dde222-770a-46ef-bd25-72cabeea6ae2",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "51d800c7-5b16-4bd7-8d8c-91d8e2c5fd02",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "13642ab7-c4bf-4248-9298-252fa06334db",
      "resourceInvariantUUID": "85558665-1f6a-4946-ba1a-5975d3c71a6d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "Mzg2ZWU4NGRiMTE1MDE2N2Y5Y2RkYjczNmJkZDc0NmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f847dcb4-d771-4663-9b4c-1e713a9b715d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7cd883ba-bbba-415a-a4a5-f3b3834c74c4",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "71b1b9c1-6ab7-4d8f-922b-4fc2c842524d",
            "generatedFromUUID": "7cd883ba-bbba-415a-a4a5-f3b3834c74c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "31854354-6c18-48bd-803d-9af59153dffc",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "71b1b9c1-6ab7-4d8f-922b-4fc2c842524d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f272e456-54c2-40b7-8ed4-d0aeb60db882",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NTI0Zjk4ZTNmMTIxY2QxNzQ4MmNmMDI5ZTA4NjVhMTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92b1febc-a3fa-4901-8e8b-b402f5365045"
    }
  ],
  "workloadContext": "Production"
}
2022-05-13T15:00:55.538Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-13T15:00:55.538Z|2ee8c881-1c23-4b32-9404-ecc69ba960a3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 06e4def7-25a7-4a7f-93b7-a03e73945ee0 ASDC
2022-05-13T15:00:55.539Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:76f812a8-4be7-41b0-9aee-e53f5d304773
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:06e4def7-25a7-4a7f-93b7-a03e73945ee0
ServiceInvariantUUID:d3dde222-770a-46ef-bd25-72cabeea6ae2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:92b1febc-a3fa-4901-8e8b-b402f5365045
ArtifactChecksum:NTI0Zjk4ZTNmMTIxY2QxNzQ4MmNmMDI5ZTA4NjVhMTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:51d800c7-5b16-4bd7-8d8c-91d8e2c5fd02
ResourceInvariantUUID:85558665-1f6a-4946-ba1a-5975d3c71a6d
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:13642ab7-c4bf-4248-9298-252fa06334db
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:f847dcb4-d771-4663-9b4c-1e713a9b715d
ArtifactChecksum:Mzg2ZWU4NGRiMTE1MDE2N2Y5Y2RkYjczNmJkZDc0NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:7cd883ba-bbba-415a-a4a5-f3b3834c74c4
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:71b1b9c1-6ab7-4d8f-922b-4fc2c842524d
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:31854354-6c18-48bd-803d-9af59153dffc
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:71b1b9c1-6ab7-4d8f-922b-4fc2c842524d
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:f272e456-54c2-40b7-8ed4-d0aeb60db882
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-13T15:00:55.539Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 06e4def7-25a7-4a7f-93b7-a03e73945ee0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-13T15:00:55.575Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-13T15:00:55.576Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-13T15:00:55.576Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-13T15:00:55.576Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 92b1febc-a3fa-4901-8e8b-b402f5365045 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-13T15:00:55.576Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-13T15:00:55.576Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-13T15:00:56.221Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-13T15:00:56.231Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 92b1febc-a3fa-4901-8e8b-b402f5365045 158214
2022-05-13T15:00:56.231Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-13T15:00:56.231Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-13T15:00:56.232Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T15:00:56.232Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:00:56.233Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:00:56.233Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454056231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:00:56.334Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-13T15:00:56.335Z||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.
2022-05-13T15:00:56.335Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:00:56.349Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:00:56.349Z||pool-133-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T15:00:57.234Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-13T15:00:57.235Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-13T15:00:57.235Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 92b1febc-a3fa-4901-8e8b-b402f5365045, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-13T15:00:57.236Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-05-13T15:00:57.236Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-13T15:00:57.236Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-13T15:00:57.320Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8666543865975746756/Definitions/service-BasicCnfMacro-template.yml
2022-05-13T15:00:58.208Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-13T15:00:58.209Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-13T15:00:58.209Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-13T15:00:58.209Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-13T15:00:58.209Z|76f812a8-4be7-41b0-9aee-e53f5d304773|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-BasicCnfMacro-csar.csar
2022-05-13T15:00:58.209Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-13T15:00:58.209Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-13T15:00:58.209Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_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-BasicCnfMacro-csar.csar
2022-05-13T15:00:58.209Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-13T15:00:58.209Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:00:58.209Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T15:00:58.210Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-13T15:00:58.210Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-13T15:00:58.210Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-13T15:00:58.210Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:00:58.210Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T15:00:58.210Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-13T15:00:58.210Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-13T15:00:58.210Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-13T15:00:58.210Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:00:58.210Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T15:00:58.210Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:00:58.210Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-13T15:00:58.211Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-05-13T15:00:58.211Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-05-13T15:00:58.211Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-13T15:00:58.211Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:00:58.211Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-13T15:00:58.211Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:00:58.211Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-13T15:00:58.212Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T15:00:58.212Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:00:58.212Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-13T15:00:58.212Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T15:00:58.212Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:00:58.212Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-13T15:00:58.213Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T15:00:58.213Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:00:58.213Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-13T15:00:58.213Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T15:00:58.213Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:00:58.213Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-13T15:00:58.213Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-05-13T15:00:58.213Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=b09657c6-9c69-4724-9976-5611227db6df
2022-05-13T15:00:58.213Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:00:58.213Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T15:00:58.213Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:00:58.214Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T15:00:58.214Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:00:58.214Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T15:00:58.214Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:00:58.214Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T15:00:58.214Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:06e4def7-25a7-4a7f-93b7-a03e73945ee0
Model Version:NULL
Model InvariantUuid:d3dde222-770a-46ef-bd25-72cabeea6ae2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:5774d025-0d71-4f93-8454-0e0c5ea2be5b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:85558665-1f6a-4946-ba1a-5975d3c71a6d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:51d800c7-5b16-4bd7-8d8c-91d8e2c5fd02
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:40f91499-1906-4004-88b9-71d02a3e6341
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:80dc294e-95fc-4f3b-9cda-cd350037928b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:dc3518d2-f53b-4e6f-ac86-1acb13cae0fb
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:e70b5ddc-540a-4afe-a6f1-61cc3142c53a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b09657c6-9c69-4724-9976-5611227db6df
ModelInvariantUuid:e0d89686-df40-4165-bcae-77d572b8ddc4
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:5fbaeebd-32be-4f23-8b18-d39b1ba607ab
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:afa5cb45-8d8a-47d4-825d-7df21f0fa499
ModelInvariantUuid:c0f4892e-4b18-40be-a709-1efe20dd36df
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:963c2c4a-fd30-4852-92df-bfb3c4c3d327
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-13T15:00:58.219Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 13642ab7-c4bf-4248-9298-252fa06334db
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-13T15:00:58.221Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2022-05-13T15:00:58.221Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 13642ab7-c4bf-4248-9298-252fa06334db
2022-05-13T15:00:58.221Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f847dcb4-d771-4663-9b4c-1e713a9b715d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-13T15:00:58.221Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-13T15:00:58.221Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-13T15:00:58.396Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-13T15:00:58.396Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json f847dcb4-d771-4663-9b4c-1e713a9b715d 1565
2022-05-13T15:00:58.397Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-05-13T15:00:58.397Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-13T15:00:58.397Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T15:00:58.397Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:00:58.399Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:00:58.399Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454058397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:00:58.500Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-13T15:00:58.500Z||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.
2022-05-13T15:00:58.500Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:00:58.513Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:00:58.513Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-13T15:00:59.400Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "dc3518d2-f53b-4e6f-ac86-1acb13cae0fb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e70b5ddc-540a-4afe-a6f1-61cc3142c53a",
    "vfModuleModelCustomizationUUID": "7524becf-a221-4dba-b885-43b9d5dfca67",
    "isBase": true,
    "artifacts": [
      "7cd883ba-bbba-415a-a4a5-f3b3834c74c4",
      "71b1b9c1-6ab7-4d8f-922b-4fc2c842524d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "40f91499-1906-4004-88b9-71d02a3e6341",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "80dc294e-95fc-4f3b-9cda-cd350037928b",
    "vfModuleModelCustomizationUUID": "3dfb4869-f51f-4ab4-82aa-c11fbecbd8c3",
    "isBase": false,
    "artifacts": [
      "f272e456-54c2-40b7-8ed4-d0aeb60db882"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-13T15:00:59.404Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e70b5ddc-540a-4afe-a6f1-61cc3142c53a
VfModuleModelInvariantUUID:dc3518d2-f53b-4e6f-ac86-1acb13cae0fb
VfModuleModelDescription:NULL
Artifacts UUID List:{
7cd883ba-bbba-415a-a4a5-f3b3834c74c4
,
71b1b9c1-6ab7-4d8f-922b-4fc2c842524d

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:80dc294e-95fc-4f3b-9cda-cd350037928b
VfModuleModelInvariantUUID:40f91499-1906-4004-88b9-71d02a3e6341
VfModuleModelDescription:NULL
Artifacts UUID List:{
f272e456-54c2-40b7-8ed4-d0aeb60db882

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-05-13T15:00:59.408Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "dc3518d2-f53b-4e6f-ac86-1acb13cae0fb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e70b5ddc-540a-4afe-a6f1-61cc3142c53a",
    "vfModuleModelCustomizationUUID": "7524becf-a221-4dba-b885-43b9d5dfca67",
    "isBase": true,
    "artifacts": [
      "7cd883ba-bbba-415a-a4a5-f3b3834c74c4",
      "71b1b9c1-6ab7-4d8f-922b-4fc2c842524d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "40f91499-1906-4004-88b9-71d02a3e6341",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "80dc294e-95fc-4f3b-9cda-cd350037928b",
    "vfModuleModelCustomizationUUID": "3dfb4869-f51f-4ab4-82aa-c11fbecbd8c3",
    "isBase": false,
    "artifacts": [
      "f272e456-54c2-40b7-8ed4-d0aeb60db882"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-13T15:00:59.408Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e70b5ddc-540a-4afe-a6f1-61cc3142c53a
VfModuleModelInvariantUUID:dc3518d2-f53b-4e6f-ac86-1acb13cae0fb
VfModuleModelDescription:NULL
Artifacts UUID List:{
7cd883ba-bbba-415a-a4a5-f3b3834c74c4
,
71b1b9c1-6ab7-4d8f-922b-4fc2c842524d

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:80dc294e-95fc-4f3b-9cda-cd350037928b
VfModuleModelInvariantUUID:40f91499-1906-4004-88b9-71d02a3e6341
VfModuleModelDescription:NULL
Artifacts UUID List:{
f272e456-54c2-40b7-8ed4-d0aeb60db882

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-05-13T15:00:59.408Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7cd883ba-bbba-415a-a4a5-f3b3834c74c4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-13T15:00:59.408Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-13T15:00:59.409Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-13T15:00:59.598Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-13T15:00:59.598Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 7cd883ba-bbba-415a-a4a5-f3b3834c74c4 914
2022-05-13T15:00:59.599Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-05-13T15:00:59.599Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-13T15:00:59.599Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T15:00:59.599Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:00:59.601Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:00:59.601Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454059598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:00:59.702Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T15:00:59.702Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T15:00:59.702Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:00:59.717Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:00:59.717Z||pool-135-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T15:01:00.601Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 31854354-6c18-48bd-803d-9af59153dffc from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-13T15:01:00.602Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-13T15:01:00.602Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-13T15:01:00.895Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-13T15:01:00.895Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 31854354-6c18-48bd-803d-9af59153dffc 12
2022-05-13T15:01:00.896Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-05-13T15:01:00.896Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-13T15:01:00.896Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T15:01:00.896Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:01:00.897Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:01:00.897Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454060896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:01:00.998Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T15:01:00.999Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T15:01:00.999Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:01:01.013Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:01:01.014Z||pool-136-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-13T15:01:01.898Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 71b1b9c1-6ab7-4d8f-922b-4fc2c842524d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-13T15:01:01.898Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-13T15:01:01.899Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-13T15:01:02.023Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-13T15:01:02.024Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 71b1b9c1-6ab7-4d8f-922b-4fc2c842524d 96
2022-05-13T15:01:02.024Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-05-13T15:01:02.024Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-13T15:01:02.024Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T15:01:02.025Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:01:02.026Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:01:02.027Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454062024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:01:02.127Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T15:01:02.128Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T15:01:02.128Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:01:02.141Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:01:02.142Z||pool-137-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T15:01:02.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:01:02.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:01:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:01:02.446Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:01:02.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:01:02.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453883515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:01:02.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:01:02.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:01:02.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453884716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:01:02.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:01:02.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:01:02.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453885824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-13T15:01:02.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:01:02.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:01:02.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453886826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-13T15:01:02.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:01:02.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:01:02.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453887829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-13T15:01:02.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:01:02.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:01:02.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652453888832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T15:01:02.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:01:03.027Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f272e456-54c2-40b7-8ed4-d0aeb60db882 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-13T15:01:03.028Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-13T15:01:03.029Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-13T15:01:03.312Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-13T15:01:03.313Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz f272e456-54c2-40b7-8ed4-d0aeb60db882 20206
2022-05-13T15:01:03.313Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-05-13T15:01:03.313Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-13T15:01:03.314Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T15:01:03.314Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:01:03.316Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:01:03.316Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454063313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:01:03.416Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T15:01:03.417Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T15:01:03.417Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:01:03.432Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:01:03.433Z||pool-138-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-13T15:01:04.320Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 06e4def7-25a7-4a7f-93b7-a03e73945ee0
2022-05-13T15:01:04.320Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 13642ab7-c4bf-4248-9298-252fa06334db 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 toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-13T15:01:04.330Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ee0bb61, org.onap.sdc.toscaparser.api.parameters.Input@1301ab44, org.onap.sdc.toscaparser.api.parameters.Input@15eb8a3a, org.onap.sdc.toscaparser.api.parameters.Input@674d57b5, org.onap.sdc.toscaparser.api.parameters.Input@c9dd38e]
2022-05-13T15:01:04.331Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:01:04.332Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T15:01:04.332Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-05-13T15:01:04.332Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 51d800c7-5b16-4bd7-8d8c-91d8e2c5fd02
2022-05-13T15:01:04.332Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 51d800c7-5b16-4bd7-8d8c-91d8e2c5fd02 matches Tosca VF Customization UUID: 51d800c7-5b16-4bd7-8d8c-91d8e2c5fd02
2022-05-13T15:01:04.332Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 51d800c7-5b16-4bd7-8d8c-91d8e2c5fd02  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-13T15:01:04.334Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:01:04.334Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T15:01:04.334Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 51d800c7-5b16-4bd7-8d8c-91d8e2c5fd02: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-05-13T15:01:04.335Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5656f4c6
2022-05-13T15:01:04.335Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:01:04.335Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-13T15:01:04.335Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3dfb4869-f51f-4ab4-82aa-c11fbecbd8c3
2022-05-13T15:01:04.335Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3dfb4869-f51f-4ab4-82aa-c11fbecbd8c3
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-13T15:01:04.337Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:01:04.337Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-13T15:01:04.337Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T15:01:04.337Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:01:04.337Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-13T15:01:04.337Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-13T15:01:04.338Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:01:04.338Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-13T15:01:04.338Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=51d800c7-5b16-4bd7-8d8c-91d8e2c5fd02
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-13T15:01:04.339Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:01:04.340Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T15:01:04.340Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 06e4def7-25a7-4a7f-93b7-a03e73945ee0: basic_cnf_macro
2022-05-13T15:01:04.340Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:01:04.340Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T15:01:04.340Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:01:04.340Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T15:01:04.341Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:01:04.341Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T15:01:04.341Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:01:04.341Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T15:01:04.341Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:01:04.341Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T15:01:04.342Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_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 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: 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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T15:01:04.373Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 13642ab7-c4bf-4248-9298-252fa06334db 2 ASDC deployResourceStructure
2022-05-13T15:01:04.373Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-05-13T15:01:04.373Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-13T15:01:04.374Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-13T15:01:04.374Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:01:04.376Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:01:04.376Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454064373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-13T15:01:04.476Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T15:01:04.477Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T15:01:04.477Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:01:04.493Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:01:04.493Z||pool-139-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-13T15:01:05.377Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-05-13T15:01:05.377Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-13T15:01:05.378Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-13T15:01:05.378Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:01:05.380Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:01:05.380Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454065377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-13T15:01:05.481Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T15:01:05.481Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T15:01:05.482Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:01:05.495Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:01:05.496Z||pool-140-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T15:01:06.381Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-05-13T15:01:06.383Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-05-13T15:01:06.383Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-13T15:01:06.383Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:01:06.384Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:01:06.385Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454066381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-13T15:01:06.486Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-13T15:01:06.486Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T15:01:06.486Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:01:06.499Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:01:06.500Z||pool-141-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T15:01:07.386Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-05-13T15:01:07.386Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-13T15:01:07.386Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-13T15:01:07.386Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:01:07.389Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:01:07.389Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454067386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-13T15:01:07.489Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T15:01:07.490Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T15:01:07.490Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:01:07.503Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:01:07.503Z||pool-142-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-13T15:01:08.389Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-05-13T15:01:08.390Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-05-13T15:01:08.390Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-13T15:01:08.390Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:01:08.392Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:01:08.392Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454068389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-13T15:01:08.492Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T15:01:08.493Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T15:01:08.493Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:01:08.508Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:01:08.508Z||pool-143-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-13T15:01:09.392Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-13T15:01:09.393Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-13T15:01:09.393Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-13T15:01:09.393Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:01:09.394Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:01:09.394Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454069392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T15:01:09.495Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T15:01:09.496Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T15:01:09.496Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:01:09.510Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:01:09.511Z||pool-144-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-13T15:01:10.395Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76f812a8-4be7-41b0-9aee-e53f5d304773
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T15:01:10.407Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76f812a8-4be7-41b0-9aee-e53f5d304773
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T15:01:10.409Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T15:01:10.410Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-13T15:01:10.410Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-13T15:01:10.410Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-13T15:01:10.410Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T15:01:10.410Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T15:01:10.410Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T15:01:10.410Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T15:01:10.410Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T15:01:10.410Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T15:01:10.410Z|76f812a8-4be7-41b0-9aee-e53f5d304773|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=?
2022-05-13T15:01:10.417Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-13T15:01:40.417Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 76f812a8-4be7-41b0-9aee-e53f5d304773 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-13T15:01:40.424Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 76f812a8-4be7-41b0-9aee-e53f5d304773 and serviceModelVersionId: 06e4def7-25a7-4a7f-93b7-a03e73945ee0
2022-05-13T15:01:40.424Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d3dde222-770a-46ef-bd25-72cabeea6ae2
2022-05-13T15:01:40.425Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d3dde222-770a-46ef-bd25-72cabeea6ae2/model-vers/model-ver/06e4def7-25a7-4a7f-93b7-a03e73945ee0?depth=0
2022-05-13T15:01:40.428Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-13T15:01:40.454Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3dde222-770a-46ef-bd25-72cabeea6ae2/model-vers/model-ver/06e4def7-25a7-4a7f-93b7-a03e73945ee0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-13T15:01:40.454Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3dde222-770a-46ef-bd25-72cabeea6ae2/model-vers/model-ver/06e4def7-25a7-4a7f-93b7-a03e73945ee0?depth=0|INFO|500||Invoke
2022-05-13T15:01:40.478Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3dde222-770a-46ef-bd25-72cabeea6ae2/model-vers/model-ver/06e4def7-25a7-4a7f-93b7-a03e73945ee0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-13T15:01:40.556Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3dde222-770a-46ef-bd25-72cabeea6ae2/model-vers/model-ver/06e4def7-25a7-4a7f-93b7-a03e73945ee0?depth=0|INFO|500||InvokeReturn
2022-05-13T15:01:40.557Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3dde222-770a-46ef-bd25-72cabeea6ae2/model-vers/model-ver/06e4def7-25a7-4a7f-93b7-a03e73945ee0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220513-15:01:40:487-8940], vertex-id=[372912], Content-Length=[0], Date=[Fri, 13 May 2022 15:01:40 GMT], Content-Type=[application/json]}
2022-05-13T15:01:40.557Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-05-13T15:01:40.557Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-13T15:01:40.557Z|76f812a8-4be7-41b0-9aee-e53f5d304773|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=?
2022-05-13T15:01:40.563Z|76f812a8-4be7-41b0-9aee-e53f5d304773|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)
2022-05-13T15:01:40.563Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 76f812a8-4be7-41b0-9aee-e53f5d304773 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-13T15:01:40.563Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-13T15:01:40.564Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:01:40.565Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:01:40.565Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454100563,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-13T15:01:40.666Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-13T15:01:40.666Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T15:01:40.667Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:01:40.684Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:01:40.684Z||pool-145-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-13T15:01:41.578Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-13T15:01:41.578Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7308e692-2576-4f23-b54c-cecb6ce922ef","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"bdc989ca-e98d-4cb5-a10c-a80acab27afd","serviceDescription":"service","serviceInvariantUUID":"0039ae8d-891f-455e-b950-d629310eb5c1","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"933cadd8-b51d-47ee-ade6-0a8ad23be889","resourceInvariantUUID":"dc54de4f-8850-4bcc-b5f9-1be6bff846d5","resourceCustomizationUUID":"f3550908-7615-457c-9fe1-884a64db2fe0","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":"YWQ5N2I3N2M5ODkzOWQwYzdhZGY4MTFkYzQ4YzkyNGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a7ab2486-b838-40e5-be09-0ae75a376f4f","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":"6ab69435-633e-48b7-bcf6-361e250b9477","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":"695fdefa-b55f-4d0d-bd72-86cc1918e8c2","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":"OWY3ODAwMjE5N2ZiZDBjNjcwOGQ1M2RjNTE5YmU2MTI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6d8ee618-7413-4504-88a8-b4cee8ae3bcc","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":"609f64ac-0b58-44ce-9205-f7e6459e47f0","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":"31616c03-5610-48ea-9c63-79934ad7c875","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":"f2c881ca-40f5-4d80-8997-11f477b656ae","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":"OWI1ODkxODU3M2YyNTUyM2RlYjBjODU1ZGIwMjNlZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"43c61cc0-6d64-4413-989f-047d758d0656","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MTUyYTkxMjY2Y2NmYzY4NWI4MDJlZWI4MGRjYzFhNDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f255f1f1-49b2-4ff9-ad7c-2e1e8f2bfb2e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-13T15:01:41.578Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T15:01:41.579Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:01:41.581Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:01:41.581Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:01:41.681Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T15:01:41.682Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T15:01:41.682Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:01:41.696Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:01:41.697Z||pool-146-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-13T15:01:42.581Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T15:01:42.582Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:01:42.584Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:01:42.584Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:01:42.684Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T15:01:42.685Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T15:01:42.685Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:01:42.699Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:01:42.699Z||pool-147-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-13T15:01:43.584Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T15:01:43.585Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:01:43.586Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:01:43.586Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:01:43.687Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T15:01:43.687Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T15:01:43.688Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:01:43.701Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:01:43.702Z||pool-148-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T15:01:44.587Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T15:01:44.588Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:01:44.589Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:01:44.590Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:01:44.690Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T15:01:44.690Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T15:01:44.691Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:01:44.705Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:01:44.706Z||pool-149-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-13T15:01:45.590Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T15:01:45.591Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:01:45.592Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:01:45.592Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:01:45.693Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T15:01:45.693Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T15:01:45.693Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:01:45.707Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:01:45.707Z||pool-150-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-13T15:01:46.593Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T15:01:46.593Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:01:46.595Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:01:46.595Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:01:46.696Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T15:01:46.697Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T15:01:46.697Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:01:46.713Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:01:46.713Z||pool-151-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-13T15:01:47.596Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T15:01:47.597Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:01:47.598Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:01:47.599Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:01:47.699Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T15:01:47.700Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T15:01:47.700Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:01:47.715Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:01:47.715Z||pool-152-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-13T15:01:48.599Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T15:01:48.600Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:01:48.602Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:01:48.603Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:01:48.703Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T15:01:48.703Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T15:01:48.704Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:01:48.717Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:01:48.718Z||pool-153-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T15:01:49.603Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-13T15:01:49.604Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:01:49.606Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:01:49.606Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T15:01:49.706Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T15:01:49.707Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T15:01:49.707Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:01:49.719Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:01:49.719Z||pool-154-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-13T15:01:50.607Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "bdc989ca-e98d-4cb5-a10c-a80acab27afd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0039ae8d-891f-455e-b950-d629310eb5c1",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "f3550908-7615-457c-9fe1-884a64db2fe0",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "933cadd8-b51d-47ee-ade6-0a8ad23be889",
      "resourceInvariantUUID": "dc54de4f-8850-4bcc-b5f9-1be6bff846d5",
      "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": "MTUyYTkxMjY2Y2NmYzY4NWI4MDJlZWI4MGRjYzFhNDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f255f1f1-49b2-4ff9-ad7c-2e1e8f2bfb2e"
    }
  ],
  "workloadContext": "Production"
}
2022-05-13T15:01:50.607Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-13T15:01:50.607Z|76f812a8-4be7-41b0-9aee-e53f5d304773|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bdc989ca-e98d-4cb5-a10c-a80acab27afd ASDC
2022-05-13T15:01:50.607Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:7308e692-2576-4f23-b54c-cecb6ce922ef
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:bdc989ca-e98d-4cb5-a10c-a80acab27afd
ServiceInvariantUUID:0039ae8d-891f-455e-b950-d629310eb5c1
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:f255f1f1-49b2-4ff9-ad7c-2e1e8f2bfb2e
ArtifactChecksum:MTUyYTkxMjY2Y2NmYzY4NWI4MDJlZWI4MGRjYzFhNDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:f3550908-7615-457c-9fe1-884a64db2fe0
ResourceInvariantUUID:dc54de4f-8850-4bcc-b5f9-1be6bff846d5
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:933cadd8-b51d-47ee-ade6-0a8ad23be889
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-13T15:01:50.607Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bdc989ca-e98d-4cb5-a10c-a80acab27afd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T15:01:50.627Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-13T15:01:50.628Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-13T15:01:50.628Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-13T15:01:50.628Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f255f1f1-49b2-4ff9-ad7c-2e1e8f2bfb2e from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-13T15:01:50.628Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-13T15:01:50.628Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-13T15:01:50.802Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-13T15:01:50.807Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar f255f1f1-49b2-4ff9-ad7c-2e1e8f2bfb2e 105658
2022-05-13T15:01:50.807Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-05-13T15:01:50.808Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-13T15:01:50.808Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-13T15:01:50.808Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:01:50.809Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:01:50.809Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454110807,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:01:50.910Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T15:01:50.910Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T15:01:50.911Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:01:50.924Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:01:50.925Z||pool-155-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-13T15:01:51.810Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-13T15:01:51.811Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-13T15:01:51.811Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f255f1f1-49b2-4ff9-ad7c-2e1e8f2bfb2e, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-13T15:01:51.812Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-05-13T15:01:51.812Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-13T15:01:51.812Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-13T15:01:51.901Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10907279509965555702/Definitions/service-TestPnfMacro-template.yml
2022-05-13T15:01:52.468Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-13T15:01:52.468Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-13T15:01:52.468Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-13T15:01:52.469Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-13T15:01:52.469Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||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
2022-05-13T15:01:52.469Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||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
2022-05-13T15:01:52.469Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||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
2022-05-13T15:01:52.469Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||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
2022-05-13T15:01:52.469Z|7308e692-2576-4f23-b54c-cecb6ce922ef|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-TestPnfMacro-csar.csar
2022-05-13T15:01:52.469Z|7308e692-2576-4f23-b54c-cecb6ce922ef|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-TestPnfMacro-csar.csar
2022-05-13T15:01:52.469Z|7308e692-2576-4f23-b54c-cecb6ce922ef|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-TestPnfMacro-csar.csar
2022-05-13T15:01:52.469Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-13T15:01:52.469Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:01:52.469Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T15:01:52.469Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-13T15:01:52.469Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-13T15:01:52.469Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-13T15:01:52.470Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:01:52.470Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T15:01:52.470Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-13T15:01:52.470Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-13T15:01:52.470Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-13T15:01:52.470Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:01:52.470Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T15:01:52.470Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:01:52.470Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T15:01:52.470Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:01:52.470Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T15:01:52.470Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:01:52.470Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T15:01:52.471Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:01:52.471Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T15:01:52.471Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:bdc989ca-e98d-4cb5-a10c-a80acab27afd
Model Version:NULL
Model InvariantUuid:0039ae8d-891f-455e-b950-d629310eb5c1
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=?
2022-05-13T15:01:52.479Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 933cadd8-b51d-47ee-ade6-0a8ad23be889
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-13T15:01:52.481Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||test-pnf 0
2022-05-13T15:01:52.481Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 933cadd8-b51d-47ee-ade6-0a8ad23be889
2022-05-13T15:01:52.481Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||No resources found for Service: bdc989ca-e98d-4cb5-a10c-a80acab27afd
2022-05-13T15:01:52.481Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: bdc989ca-e98d-4cb5-a10c-a80acab27afd
2022-05-13T15:01:52.481Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 933cadd8-b51d-47ee-ade6-0a8ad23be889 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=?
2022-05-13T15:01:52.485Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@9bbcdbd, org.onap.sdc.toscaparser.api.parameters.Input@1aed50fa, org.onap.sdc.toscaparser.api.parameters.Input@51d7ca6b, org.onap.sdc.toscaparser.api.parameters.Input@455df452, org.onap.sdc.toscaparser.api.parameters.Input@125c1f61]
2022-05-13T15:01:52.485Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:01:52.485Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T15:01:52.485Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid bdc989ca-e98d-4cb5-a10c-a80acab27afd: test-pnf
2022-05-13T15:01:52.485Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||Processing PNF resource: 933cadd8-b51d-47ee-ade6-0a8ad23be889
2022-05-13T15:01:52.485Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-13T15:01:52.485Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-13T15:01:52.485Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||Resource customization UUID: f3550908-7615-457c-9fe1-884a64db2fe0 is the same as notified resource customizationUUID: f3550908-7615-457c-9fe1-884a64db2fe0
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 (?, ?)
2022-05-13T15:01:52.521Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 933cadd8-b51d-47ee-ade6-0a8ad23be889 0 ASDC deployResourceStructure
2022-05-13T15:01:52.522Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-05-13T15:01:52.522Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-13T15:01:52.522Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-13T15:01:52.522Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:01:52.525Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:01:52.525Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454112522,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T15:01:52.625Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T15:01:52.626Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T15:01:52.626Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:01:52.640Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:01:52.641Z||pool-156-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-13T15:01:53.525Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7308e692-2576-4f23-b54c-cecb6ce922ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T15:01:53.535Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7308e692-2576-4f23-b54c-cecb6ce922ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T15:01:53.537Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T15:01:53.537Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-13T15:01:53.538Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-13T15:02:02.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:02:02.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:02:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:02:02.449Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:02:02.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453979506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "policy-id",
  "timestamp": 1652453976297,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "cds",
  "timestamp": 1652453971019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453979506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "policy-id",
  "timestamp": 1652453976297,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "cds",
  "timestamp": 1652453971019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "aai-ml",
  "timestamp": 1652453981816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453979506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "policy-id",
  "timestamp": 1652453976297,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "cds",
  "timestamp": 1652453971019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "aai-ml",
  "timestamp": 1652453981816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453979506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "policy-id",
  "timestamp": 1652453976297,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "cds",
  "timestamp": 1652453971019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "aai-ml",
  "timestamp": 1652453981816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453979506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "policy-id",
  "timestamp": 1652453976297,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "cds",
  "timestamp": 1652453971019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453984110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "aai-ml",
  "timestamp": 1652453981816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453979506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "policy-id",
  "timestamp": 1652453976297,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "cds",
  "timestamp": 1652453971019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453984110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "aai-ml",
  "timestamp": 1652453981816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453979506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "policy-id",
  "timestamp": 1652453976297,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "cds",
  "timestamp": 1652453971019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453984110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "aai-ml",
  "timestamp": 1652453981816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453979506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "policy-id",
  "timestamp": 1652453976297,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "cds",
  "timestamp": 1652453971019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453984110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "aai-ml",
  "timestamp": 1652453981816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652453979506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T15:02:02.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "policy-id",
  "timestamp": 1652453976297,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T15:02:02.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "cds",
  "timestamp": 1652453971019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T15:02:02.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453984110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.460Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "aai-ml",
  "timestamp": 1652453981816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.460Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453984110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.460Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "policy-id",
  "timestamp": 1652453990052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:02:02.460Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:02:02.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "cds",
  "timestamp": 1652453990104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:02:02.460Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:02:02.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "aai-ml",
  "timestamp": 1652453981816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T15:02:02.460Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453984110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-13T15:02:02.460Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453990219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.461Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "policy-id",
  "timestamp": 1652453991055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T15:02:02.461Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:02:02.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "cds",
  "timestamp": 1652453991350,
  "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=?
2022-05-13T15:02:02.468Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7308e692-2576-4f23-b54c-cecb6ce922ef
2022-05-13T15:02:02.468Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7308e692-2576-4f23-b54c-cecb6ce922ef and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T15:02:02.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "aai-ml",
  "timestamp": 1652453991608,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:02:02.478Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:02:02.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453984110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.479Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453990219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.479Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "policy-id",
  "timestamp": 1652453992058,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T15:02:02.484Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7308e692-2576-4f23-b54c-cecb6ce922ef
2022-05-13T15:02:02.484Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7308e692-2576-4f23-b54c-cecb6ce922ef and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T15:02:02.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453984110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453990219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453990219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "clamp",
  "timestamp": 1652453993325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453994094,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:02:02.494Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:02:02.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453990219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "clamp",
  "timestamp": 1652453993325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453995118,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-13T15:02:02.494Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:02:02.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453990219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "clamp",
  "timestamp": 1652453993325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652453996120,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T15:02:02.500Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7308e692-2576-4f23-b54c-cecb6ce922ef
2022-05-13T15:02:02.500Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7308e692-2576-4f23-b54c-cecb6ce922ef 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 (?, ?, ?, ?, ?)
2022-05-13T15:02:02.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "aai-ml",
  "timestamp": 1652453996492,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T15:02:02.509Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:02:02.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453990219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "clamp",
  "timestamp": 1652453993325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "aai-ml",
  "timestamp": 1652453997495,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T15:02:02.515Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7308e692-2576-4f23-b54c-cecb6ce922ef
2022-05-13T15:02:02.515Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7308e692-2576-4f23-b54c-cecb6ce922ef and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T15:02:02.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453990219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "clamp",
  "timestamp": 1652453993325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652453990219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T15:02:02.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "clamp",
  "timestamp": 1652453993325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "clamp",
  "timestamp": 1652453993325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652454000099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:02:02.527Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:02:02.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "clamp",
  "timestamp": 1652453993325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:02:02.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:02.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652454001805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T15:02:02.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:02:02.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:02:02.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "clamp",
  "timestamp": 1652453993325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T15:02:02.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:02:23.538Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7308e692-2576-4f23-b54c-cecb6ce922ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T15:02:23.552Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7308e692-2576-4f23-b54c-cecb6ce922ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T15:02:23.554Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T15:02:23.554Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-13T15:02:23.554Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-13T15:02:23.555Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-13T15:02:53.555Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7308e692-2576-4f23-b54c-cecb6ce922ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T15:02:53.566Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7308e692-2576-4f23-b54c-cecb6ce922ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T15:02:53.569Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T15:02:53.569Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-13T15:02:53.569Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-13T15:02:53.569Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-13T15:03:02.422Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:03:02.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:03:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:03:02.450Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:03:02.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:03:02.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652454002809,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T15:03:02.459Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7308e692-2576-4f23-b54c-cecb6ce922ef
2022-05-13T15:03:02.459Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7308e692-2576-4f23-b54c-cecb6ce922ef and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T15:03:02.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:03:02.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "clamp",
  "timestamp": 1652454013526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:03:02.468Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:03:02.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:03:02.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "clamp",
  "timestamp": 1652454015533,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T15:03:02.469Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:03:02.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:03:02.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "clamp",
  "timestamp": 1652454016535,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-13T15:03:02.476Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7308e692-2576-4f23-b54c-cecb6ce922ef
2022-05-13T15:03:02.476Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7308e692-2576-4f23-b54c-cecb6ce922ef and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-13T15:03:02.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:03:02.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ee8c881-1c23-4b32-9404-ecc69ba960a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454040074,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-13T15:03:02.487Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:03:02.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:03:02.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:03:02.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:03:02.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:03:02.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-13T15:03:02.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:03:02.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:03:02.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-13T15:03:02.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:03:02.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:03:02.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:03:02.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:03:02.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:03:02.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-13T15:03:02.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:03:02.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:03:02.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-13T15:03:02.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:03:02.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:03:02.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-13T15:03:02.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:03:02.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:03:02.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:03:02.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:03:02.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:03:02.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:03:02.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:03:02.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:03:02.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T15:03:02.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:03:02.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:03:02.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454056231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:03:02.490Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:03:02.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:03:02.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454058397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:03:02.490Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:03:02.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:03:02.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454059598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:03:02.490Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:03:02.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:03:02.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454060896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:03:02.490Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:03:02.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-13T15:03:02.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454062024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:03:02.491Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:03:23.570Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7308e692-2576-4f23-b54c-cecb6ce922ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T15:03:23.583Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7308e692-2576-4f23-b54c-cecb6ce922ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-13T15:03:23.585Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-13T15:03:23.585Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-13T15:03:23.586Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-13T15:03:23.586Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-13T15:03:23.586Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T15:03:23.586Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T15:03:23.586Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T15:03:23.586Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T15:03:23.586Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T15:03:23.586Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T15:03:23.586Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-13T15:03:23.586Z|7308e692-2576-4f23-b54c-cecb6ce922ef|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=?
2022-05-13T15:03:23.592Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-13T15:03:53.593Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7308e692-2576-4f23-b54c-cecb6ce922ef and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-13T15:03:53.599Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7308e692-2576-4f23-b54c-cecb6ce922ef and serviceModelVersionId: bdc989ca-e98d-4cb5-a10c-a80acab27afd
2022-05-13T15:03:53.599Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0039ae8d-891f-455e-b950-d629310eb5c1
2022-05-13T15:03:53.599Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0039ae8d-891f-455e-b950-d629310eb5c1/model-vers/model-ver/bdc989ca-e98d-4cb5-a10c-a80acab27afd?depth=0
2022-05-13T15:03:53.604Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-13T15:03:53.626Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0039ae8d-891f-455e-b950-d629310eb5c1/model-vers/model-ver/bdc989ca-e98d-4cb5-a10c-a80acab27afd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-13T15:03:53.626Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0039ae8d-891f-455e-b950-d629310eb5c1/model-vers/model-ver/bdc989ca-e98d-4cb5-a10c-a80acab27afd?depth=0|INFO|500||Invoke
2022-05-13T15:03:53.643Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0039ae8d-891f-455e-b950-d629310eb5c1/model-vers/model-ver/bdc989ca-e98d-4cb5-a10c-a80acab27afd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-13T15:03:54.106Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0039ae8d-891f-455e-b950-d629310eb5c1/model-vers/model-ver/bdc989ca-e98d-4cb5-a10c-a80acab27afd?depth=0|INFO|500||InvokeReturn
2022-05-13T15:03:54.106Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0039ae8d-891f-455e-b950-d629310eb5c1/model-vers/model-ver/bdc989ca-e98d-4cb5-a10c-a80acab27afd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220513-15:03:53:652-804], vertex-id=[377008], Content-Length=[0], Date=[Fri, 13 May 2022 15:03:53 GMT], Content-Type=[application/json]}
2022-05-13T15:03:54.107Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-05-13T15:03:54.107Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-13T15:03:54.107Z|7308e692-2576-4f23-b54c-cecb6ce922ef|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=?
2022-05-13T15:03:54.111Z|7308e692-2576-4f23-b54c-cecb6ce922ef|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)
2022-05-13T15:03:54.111Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7308e692-2576-4f23-b54c-cecb6ce922ef and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-13T15:03:54.111Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-13T15:03:54.111Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-13T15:03:54.113Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-13T15:03:54.113Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454234111,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-13T15:03:54.213Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-13T15:03:54.214Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-13T15:03:54.214Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:03:54.231Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:03:54.232Z||pool-157-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-13T15:03:55.128Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:03:55.129Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:03:55.129Z|7308e692-2576-4f23-b54c-cecb6ce922ef|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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:04:02.421Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:04:02.422Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:04:02.422Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:04:02.448Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:04:02.449Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T15:04:02.449Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454063313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:04:02.450Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:04:02.450Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T15:04:02.450Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454064373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-13T15:04:02.450Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:04:02.450Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T15:04:02.450Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454065377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-13T15:04:02.451Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:04:02.451Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T15:04:02.451Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454066381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-13T15:04:02.451Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:04:02.451Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T15:04:02.451Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454067386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-13T15:04:02.451Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:04:02.451Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T15:04:02.451Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454068389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-13T15:04:02.452Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:04:02.452Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T15:04:02.452Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454069392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T15:04:02.452Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:04:02.452Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T15:04:02.452Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76f812a8-4be7-41b0-9aee-e53f5d304773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454100563,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-13T15:04:02.452Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:04:02.452Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T15:04:02.452Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:04:02.452Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:04:02.452Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T15:04:02.452Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:04:02.452Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:04:02.453Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T15:04:02.453Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:04:02.453Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:04:02.453Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T15:04:02.453Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:04:02.453Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:04:02.453Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T15:04:02.453Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:04:02.453Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:04:02.453Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T15:04:02.453Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:04:02.453Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:04:02.453Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T15:04:02.454Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:04:02.454Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:04:02.454Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T15:04:02.454Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-13T15:04:02.454Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:04:02.454Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T15:04:02.454Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454041092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-13T15:04:02.454Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-13T15:04:02.454Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T15:04:02.454Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454110807,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-13T15:04:02.454Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:04:02.454Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-13T15:04:02.454Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454112522,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-13T15:04:02.454Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:04:05.405Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:04:05.405Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:04:05.406Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:04:05.406Z|7308e692-2576-4f23-b54c-cecb6ce922ef|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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:04:14.950Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:04:14.951Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:04:14.951Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:04:14.951Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:04:24.497Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:04:24.497Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:04:24.498Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:04:24.498Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:04:34.040Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:04:34.041Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:04:34.041Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:04:34.041Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:04:43.584Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:04:43.585Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:04:43.585Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:04:43.585Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:04:53.130Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:05:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:05:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:05:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:05:02.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:05:02.422Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:05:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:05:02.952Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:05:02.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-13T15:05:02.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7308e692-2576-4f23-b54c-cecb6ce922ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652454234111,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-13T15:05:02.953Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-13T15:05:11.967Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:06:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:06:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:06:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:06:02.421Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:06:02.421Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:06:02.422Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:06:11.971Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:06:11.972Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:07:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:07:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:07:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:07:02.422Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:07:02.422Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:07:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:07:11.964Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:07:11.967Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:08:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:08:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:08:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:08:02.422Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:08:02.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:08:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:08:11.965Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:08:11.968Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:09:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:09:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:09:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:09:02.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:09:02.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:09:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:09:11.977Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:09:11.977Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:10:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:10:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:10:02.421Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:10:02.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:10:02.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:10:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:10:11.973Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:10:11.973Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:11:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:11:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:11:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:11:02.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:11:02.421Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:11:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:11:11.967Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:11:11.971Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:12:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:12:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:12:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:12:02.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:12:02.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:12:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:12:11.969Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:12:11.971Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:13:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:13:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:13:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:13:02.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:13:02.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:13:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:13:11.967Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:13:11.969Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:14:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:14:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:14:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:14:02.421Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:14:02.422Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:14:02.422Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:14:11.968Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:14:11.971Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:15:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:15:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:15:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:15:02.421Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:15:02.421Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:15:02.422Z|7308e692-2576-4f23-b54c-cecb6ce922ef|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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:15:11.974Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:15:11.976Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:16:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:16:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:16:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:16:02.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:16:02.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:16:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:16:11.975Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:16:11.975Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:17:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:17:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:17:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:17:02.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:17:02.421Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:17:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:17:11.965Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:17:11.969Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:18:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:18:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:18:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:18:02.421Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:18:02.422Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:18:02.422Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:18:11.973Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:18:11.973Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:19:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:19:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:19:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:19:02.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:19:02.422Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:19:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:19:11.980Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:19:11.980Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:20:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:20:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:20:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:20:02.421Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:20:02.422Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:20:02.422Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:20:11.972Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:20:11.973Z|2e5c8e9c-65c8-4f4b-8982-890d5907d7b2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:21:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:21:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:21:02.421Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:21:02.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:21:02.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:21:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:21:11.967Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:21:11.970Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:22:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:22:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:22:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:22:02.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:22:02.422Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:22:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:22:11.981Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:22:11.985Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:23:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:23:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:23:02.420Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tGB0DSBtus7ABxPi) ...
2022-05-13T15:23:02.421Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:23:02.422Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:23:02.422Z|7308e692-2576-4f23-b54c-cecb6ce922ef|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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:23:11.973Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:23:11.973Z|1c64cf94-d7f1-44ee-bc88-6ddc413b48b6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:24:02.420Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:24:02.420Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:24:02.420Z|7308e692-2576-4f23-b54c-cecb6ce922ef|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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:24:02.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:24:02.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:24:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:24:11.978Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:24:11.982Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:25:02.419Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:25:02.420Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:25:02.420Z|7308e692-2576-4f23-b54c-cecb6ce922ef|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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:25:02.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:25:02.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:25:02.422Z||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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:25:11.974Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:25:11.974Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-13T15:26:02.420Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:26:02.420Z|7308e692-2576-4f23-b54c-cecb6ce922ef|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:26:02.420Z|7308e692-2576-4f23-b54c-cecb6ce922ef|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 tGB0DSBtus7ABxPi) ...
2022-05-13T15:26:02.421Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-13T15:26:02.421Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-13T15:26:02.421Z|c5c41c82-b5f6-4707-acd4-cb24e8451415|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 tGB0DSBtus7ABxPi) ...